Added missing days.

This commit is contained in:
Martin Edenhofer 2013-02-07 16:50:54 +01:00
parent 08fa571677
commit 579e1dcfb3

View file

@ -7,7 +7,7 @@
</tr>
</thead>
<tbody>
<% for day in ['Mon', '', 'Wed', '', 'Fri', 'Sat', 'Sun']: %>
<% for day in ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']: %>
<tr>
<td><%- @T(day) %></td>
<% for hour in [ 0 .. 23 ]: %>