From d1a1f6ca95d9d403af042fdc5460a2d1c799788d Mon Sep 17 00:00:00 2001 From: MAEDA Go Date: Thu, 1 May 2025 17:46:12 +0900 Subject: [PATCH 2/2] Reorder "Also available in" links to place Atom at the end --- app/views/issues/index.html.erb | 2 +- app/views/issues/show.html.erb | 2 +- app/views/projects/index.html.erb | 2 +- app/views/timelog/index.html.erb | 2 +- app/views/wiki/date_index.html.erb | 2 +- app/views/wiki/index.html.erb | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index af2510827..70f0b740a 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -35,9 +35,9 @@ <% end %> <% other_formats_links do |f| %> - <%= f.link_to_with_query_parameters 'Atom', :key => User.current.atom_key %> <%= f.link_to_with_query_parameters 'CSV', {}, :onclick => "showModal('csv-export-options', '350px'); return false;" %> <%= f.link_to_with_query_parameters 'PDF' %> + <%= f.link_to_with_query_parameters 'Atom', :key => User.current.atom_key %> <% end %>