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 %>