diff --git a/app/views/body_trackers/_quantity_table_header.html.erb b/app/views/body_trackers/_quantity_table_header.html.erb deleted file mode 100644 index 7d867f0..0000000 --- a/app/views/body_trackers/_quantity_table_header.html.erb +++ /dev/null @@ -1,27 +0,0 @@ -<% total_width = 4 + @quantities.length %> -<% header = quantities_table_header(@quantities) %> -<% header.each_with_index do |row, i| %> -
<%= l(:field_effective_from) %> | -<%= l(:field_name) %> | -<%= l(:field_notes) %> | -<%= l(:field_source) %> | -<%= l(:field_action) %> | -
---|---|---|---|---|
<%= format_date(t.effective_from) %> | -
-
- <%= 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 %>