Index: app/views/gantts/show.html.erb =================================================================== --- app/views/gantts/show.html.erb (revision 16952) +++ app/views/gantts/show.html.erb (working copy) @@ -335,20 +335,19 @@ - - - - - -
- <%= link_to("\xc2\xab " + l(:label_previous), - {:params => request.query_parameters.merge(@gantt.params_previous)}, - :accesskey => accesskey(:previous)) %> - - <%= link_to(l(:label_next) + " \xc2\xbb", - {:params => request.query_parameters.merge(@gantt.params_next)}, - :accesskey => accesskey(:next)) %> -
+ + + <% other_formats_links do |f| %> <%= f.link_to_with_query_parameters 'PDF', @gantt.params %>