Skip to content

Commit

Permalink
Update month.html
Browse files Browse the repository at this point in the history
Chante the months for days_name
  • Loading branch information
eleazan committed Aug 11, 2014
1 parent a7d85f1 commit 6725524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmpls/month.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="cal-row-fluid cal-row-head">
<% _.each(months, function(name){ %>
<% _.each(days_name, function(name){ %>
<div class="cal-cell1"><%= name %></div>
<% }) %>
</div>
Expand All @@ -16,4 +16,4 @@
<div class="cal-cell1 cal-cell" data-cal-row="-day7"><%= cal._day(i, day++) %></div>
</div>
<% } %>
</div>
</div>

0 comments on commit 6725524

Please sign in to comment.