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