diff --git a/app/views/common/_calendar.html.erb b/app/views/common/_calendar.html.erb index 5170975..147c49b 100644 --- a/app/views/common/_calendar.html.erb +++ b/app/views/common/_calendar.html.erb @@ -8,7 +8,7 @@ while day <= calendar.enddt %> <%= "#{(day+(11-day.cwday)%7).cweek}" if day.cwday == calendar.first_wday %> -

<%= day.day %>

+

<%= day.day %>

<% calendar.events_on(day).each do |i| %> <% if i.is_a? Issue %>