aboutsummaryrefslogtreecommitdiff
path: root/app/views/things
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/things')
-rw-r--r--app/views/things/_thing.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/things/_thing.html.erb b/app/views/things/_thing.html.erb
index 7c5ea93..f3cda03 100644
--- a/app/views/things/_thing.html.erb
+++ b/app/views/things/_thing.html.erb
@@ -2,6 +2,8 @@
<div class="thing_head">
<div class="dot dot_<%= thing.kind %>" title="<%= I18n.t("things.kind.#{thing.kind}") %>"></div>
</div>
- <div class="thing_body"><%= link_to title_to_html(title: thing.title), edit_thing_path(thing) %></div>
+ <div class="thing_body" title="<%= PlainExporter.new(things: [thing]).export %>">
+ <%= link_to title_to_html(title: thing.title), edit_thing_path(thing) %>
+ </div>
<div class="thing_tail"><%= thing.rate %></div>
</div>