]> source.dussan.org Git - redmine.git/commitdiff
Reorder links the same as other lists (#29482).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 2 Nov 2019 07:24:43 +0000 (07:24 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 2 Nov 2019 07:24:43 +0000 (07:24 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18889 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/projects/index.html.erb

index 4afb5de19ce3bb0be86a564cd068fe2292199243..051bc05615829bbacc9009f5c4c5fe8f654c9d81 100644 (file)
 <% 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)) -%>