From 7c0ecb4703a16b2c4345e8abd7150412ea86d1ce Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 2 Nov 2019 07:24:43 +0000 Subject: [PATCH] Reorder links the same as other lists (#29482). git-svn-id: http://svn.redmine.org/redmine/trunk@18889 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index 4afb5de19..051bc0561 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -29,10 +29,10 @@ <% end %> <% other_formats_links do |f| %> + <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> <% if @query.display_type == 'list' %> <%= f.link_to_with_query_parameters 'CSV', {}, :onclick => "showModal('csv-export-options', '350px'); return false;" %> <% end %> - <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> <% end %> <% html_title(l(:label_project_plural)) -%>