diff options
Diffstat (limited to 'app/views/calendars/show.html.erb')
-rw-r--r-- | app/views/calendars/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/calendars/show.html.erb b/app/views/calendars/show.html.erb index 0fd97ac29..bfa8351d6 100644 --- a/app/views/calendars/show.html.erb +++ b/app/views/calendars/show.html.erb @@ -11,7 +11,7 @@ </fieldset> <p style="float:right;"> - <%= link_to_previous_month(@year, @month) %> | <%= link_to_next_month(@year, @month) %> + <%= link_to_previous_month(@year, @month, :accesskey => accesskey(:previous)) %> | <%= link_to_next_month(@year, @month, :accesskey => accesskey(:next)) %> </p> <p class="buttons"> |