diff --git a/app/views/common/_calendar.html.erb b/app/views/common/_calendar.html.erb index 0236a9688..942fb3452 100644 --- a/app/views/common/_calendar.html.erb +++ b/app/views/common/_calendar.html.erb @@ -2,7 +2,12 @@ <%= hidden_field_tag 'back_url', url_for(:params => request.query_parameters), :id => nil %>
| <% 7.times do |i| %> | <%= day_name( (calendar.first_wday+i)%7 ) %> | <% end %>
|---|---|
| + <% 7.times do |i| %> + | <%= day_name((calendar.first_wday + i) % 7) %> | + <% end %> +