diff options
Diffstat (limited to 'app/views/calendars/show.html.erb')
-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), |