Fixed admin edit page

This commit is contained in:
Godwin
2016-08-15 21:23:59 -07:00
parent 9356aa2d31
commit 364c4909b2
4 changed files with 6 additions and 3 deletions
@@ -20,7 +20,7 @@
%tr
%th.corner
- data[:locations].each do | id, location |
%th=location.title
%th=location.is_a?(Symbol) ? '' : location.title
%th.status
%tbody
- data[:times].each do | time, time_data |