diff --git a/app/helpers/calendars_helper.rb b/app/helpers/calendars_helper.rb index c67d16913..b32301fa7 100644 --- a/app/helpers/calendars_helper.rb +++ b/app/helpers/calendars_helper.rb @@ -5,7 +5,7 @@ module CalendarsHelper else [year, month - 1] end - + name = if target_month == 12 "#{month_name(target_month)} #{target_year}" else