From 2dcc75035524655190d03cf39f9cc3558d0a0589 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Fri, 27 Dec 2019 01:46:09 +0100 Subject: [PATCH] Improved measurements listing --- app/views/measurements/_index.html.erb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/views/measurements/_index.html.erb b/app/views/measurements/_index.html.erb index 930a28d..01ab5d2 100644 --- a/app/views/measurements/_index.html.erb +++ b/app/views/measurements/_index.html.erb @@ -13,7 +13,7 @@ <% next if m.new_record? %> - <%= format_datetime(m) %> + <%= format_datetime(m) %>
<%= link_to m.name, readouts_measurement_path(m) %> @@ -23,9 +23,7 @@
<%= m.source.name if m.source.present? %> - - <%= action_links(m) %> - + <%= action_links(m) %> <% end %>