% if @targets.any? { |t| t.persisted? } %>
<%= l(:field_taken_at_date) %> | <%= l(:field_name) %> | <%= l(:field_notes) %> | <%= l(:field_source) %> | <%= l(:field_action) %> |
---|---|---|---|---|
<%= format_datetime(m) %> |
<%= link_to m.routine.name, readouts_measurement_routine_path(m.routine) %>
<%= " (#{pluralize(m.readouts.size, 'readout')})" %>
|
<%= m.notes %> | <%= m.source.name if m.source.present? %> | <%= action_links(m) %> |
<%= l(:label_no_data) %>
<% end %>