From: Anton Khorev Date: Sun, 11 Feb 2024 22:43:13 +0000 (+0300) Subject: Move previous/next user's changeset links to bottom X-Git-Tag: live~943^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/1a2f48cb61c707b775460bb51305753e153aef85 Move previous/next user's changeset links to bottom --- diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb index 1b3d245fb..0fb60a7bc 100644 --- a/app/views/browse/changeset.html.erb +++ b/app/views/browse/changeset.html.erb @@ -117,6 +117,12 @@ <% end %> +
+ <%= link_to(t(".changesetxml"), :controller => "api/changesets", :action => "show") %> + · + <%= link_to(t(".osmchangexml"), :controller => "api/changesets", :action => "download") %> +
+ <% if @next_by_user || @prev_by_user %>
<% if @prev_by_user %> @@ -137,9 +143,3 @@ <% end %>
<% end %> - -
- <%= link_to(t(".changesetxml"), :controller => "api/changesets", :action => "show") %> - · - <%= link_to(t(".osmchangexml"), :controller => "api/changesets", :action => "download") %> -