From 06818eb3b58898fda6baf3d3c3c457c27ab154ec Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 29 Jun 2016 15:44:05 +0000 Subject: Add the new pagination style in the activity page (#23192). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15589 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/activities/index.html.erb | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'app/views/activities') diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index c191ccba5..a135f97ff 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -21,18 +21,22 @@ <%= content_tag('p', l(:label_no_data), :class => 'nodata') if @events_by_day.empty? %> -
+ +
    +
-
+ +
+ + +   <% other_formats_links do |f| %> <%= f.link_to 'Atom', :url => params.merge(:from => nil, :key => User.current.rss_key) %> -- cgit v1.2.3