From 9114b018b2912f91897cb9bc75ac3c7774cefb76 Mon Sep 17 00:00:00 2001 From: Henriette Dinger Date: Fri, 19 Aug 2016 15:15:11 +0200 Subject: [PATCH] Replace function by localized label --- app/views/meetings/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/meetings/index.html.erb b/app/views/meetings/index.html.erb index 9ede3fcb10..0623e07759 100644 --- a/app/views/meetings/index.html.erb +++ b/app/views/meetings/index.html.erb @@ -36,7 +36,7 @@ See doc/COPYRIGHT.md for more details.
<% @meetings_by_start_year_month_date.each do |year,meetings_by_start_month_date| -%> <% meetings_by_start_month_date.each do |month,meetings_by_start_date| -%> -

<%= "#{month_name(month)} #{year}" %>

+

<%= ::I18n.t('date.month_names')[month] + " #{year}" %>

<% meetings_by_start_date.each do |date,meetings| -%>

" class="date"><%= format_activity_day(date) %>