From 40d6a3a3f0ed0b76ab13f0e99391b5587eba36a8 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sat, 4 Apr 2020 02:41:46 +0200 Subject: [PATCH] Displaying Measurement notes --- app/views/measurements/_index.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/measurements/_index.html.erb b/app/views/measurements/_index.html.erb index ee2ff5d..38a39d7 100644 --- a/app/views/measurements/_index.html.erb +++ b/app/views/measurements/_index.html.erb @@ -9,6 +9,7 @@ <%= l(:field_taken_at_date) %> <%= l(:field_name) %> + <%= l(:field_notes) %> <%= l(:field_source) %> <%= l(:field_action) %> @@ -26,6 +27,7 @@ <%= " (#{pluralize(m.readouts.size, 'readout')})" %> + <%= m.notes %> <%= m.source.name if m.source.present? %> <%= action_links(m, :index) %>