]> git.openstreetmap.org Git - rails.git/commitdiff
Move previous/next user's changeset links to bottom
authorAnton Khorev <tony29@yandex.ru>
Sun, 11 Feb 2024 22:43:13 +0000 (01:43 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 11 Feb 2024 22:43:13 +0000 (01:43 +0300)
app/views/browse/changeset.html.erb

index 1b3d245fbee55e0b8108ee4110ea225f9ecdde1e..0fb60a7bcbc518d4b63645c5ec4eff2968a1f676 100644 (file)
   <% end %>
 </div>
 
+<div class='secondary-actions'>
+  <%= link_to(t(".changesetxml"), :controller => "api/changesets", :action => "show") %>
+  &middot;
+  <%= link_to(t(".osmchangexml"), :controller => "api/changesets", :action => "download") %>
+</div>
+
 <% if @next_by_user || @prev_by_user %>
   <div class='secondary-actions'>
     <% if @prev_by_user %>
     <% end %>
   </div>
 <% end %>
-
-<div class='secondary-actions'>
-  <%= link_to(t(".changesetxml"), :controller => "api/changesets", :action => "show") %>
-  &middot;
-  <%= link_to(t(".osmchangexml"), :controller => "api/changesets", :action => "download") %>
-</div>