From 94c48771afa30e4594832dd3be4987f6ba7b6ea5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 1 Jul 2025 08:41:55 +0200 Subject: Use the plain exporter for thing titles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set the title for each thing a plain text export of it, so the user can easily check what exactly that row stands for, which is useful for things with similar/identical titles. Signed-off-by: Miquel Sabaté Solà --- app/views/things/_thing.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@
">
-
<%= link_to title_to_html(title: thing.title), edit_thing_path(thing) %>
+
+ <%= link_to title_to_html(title: thing.title), edit_thing_path(thing) %> +
<%= thing.rate %>
-- cgit v1.2.3