diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-05-24 18:07:43 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-05-24 18:07:43 +0000 |
commit | 51d3f511599d6b382a685853b325e70a53e97f93 (patch) | |
tree | 457804f979281749a0b16cdd8ede7be5460d2e3e /app/views/calendars | |
parent | 908d44519c410db2ef841c72e501a6c198051b43 (diff) | |
download | redmine-51d3f511599d6b382a685853b325e70a53e97f93.tar.gz redmine-51d3f511599d6b382a685853b325e70a53e97f93.zip |
Added missing labels to the Issue Calendar.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3746 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/calendars')
-rw-r--r-- | app/views/calendars/show.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/calendars/show.html.erb b/app/views/calendars/show.html.erb index 7b5abd77b..4541cc0c8 100644 --- a/app/views/calendars/show.html.erb +++ b/app/views/calendars/show.html.erb @@ -20,7 +20,9 @@ </p> <p class="buttons"> +<%= label_tag('month', l(:label_month)) %> <%= select_month(@month, :prefix => "month", :discard_type => true) %> +<%= label_tag('year', l(:label_year)) %> <%= select_year(@year, :prefix => "year", :discard_type => true) %> <%= link_to_remote l(:button_apply), |