From: Jean-Philippe Lang Date: Fri, 15 Feb 2008 17:04:27 +0000 (+0000) Subject: Slight changes to calendar and activity h2 titles. X-Git-Tag: 0.7.0-RC1~140 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=377a45ae1adc5abadf93b73fb4a4b9a0a8398652;p=redmine.git Slight changes to calendar and activity h2 titles. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1147 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/projects/activity.rhtml b/app/views/projects/activity.rhtml index 12139c2e7..dce333f61 100644 --- a/app/views/projects/activity.rhtml +++ b/app/views/projects/activity.rhtml @@ -1,4 +1,4 @@ -

<%=l(:label_activity)%>: <%= "#{month_name(@month).downcase} #{@year}" %>

+

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

<% @events_by_day.keys.sort {|x,y| y <=> x }.each do |day| %> diff --git a/app/views/projects/calendar.rhtml b/app/views/projects/calendar.rhtml index 171e82345..3214d7b06 100644 --- a/app/views/projects/calendar.rhtml +++ b/app/views/projects/calendar.rhtml @@ -1,5 +1,5 @@ <% cache(:year => @year, :month => @month, :tracker_ids => @selected_tracker_ids, :subprojects => params[:with_subprojects], :lang => current_language) do %> -

<%= l(:label_calendar) %>: <%= "#{month_name(@month).downcase} #{@year}" %>

+

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