From 1a2f48cb61c707b775460bb51305753e153aef85 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Mon, 12 Feb 2024 01:43:13 +0300 Subject: [PATCH] Move previous/next user's changeset links to bottom --- app/views/browse/changeset.html.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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") %> -
-- 2.39.5