1
0

Added Targets index

This commit is contained in:
cryptogopher
2020-08-06 21:52:33 +02:00
parent ffcc9553d5
commit cf3bbb205d
15 changed files with 245 additions and 45 deletions

View File

@@ -8,7 +8,7 @@
<table id="meals" class="list odd-even">
<tbody>
<% total_width = 4 + @quantities.length %>
<% header = table_header_spec(@quantities) %>
<% header = quantities_table_header(@quantities) %>
<% @meals_by_date.reverse_each do |date, meals| %>
<% header.each_with_index do |row, i| %>
<tr class="header">