From: Andy Allan Date: Wed, 3 Mar 2021 17:39:42 +0000 (+0000) Subject: Add a small margin before the changesets more button X-Git-Tag: live~2572^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/1c1bfd7488442ac2b05e0b12140f2d0d8852cfc0 Add a small margin before the changesets more button See also #2717 --- diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index 3e946670d..e9e620062 100644 --- a/app/views/changesets/index.html.erb +++ b/app/views/changesets/index.html.erb @@ -3,7 +3,7 @@ <%= render @changesets %> <% if @changesets.size == 20 -%> -
+
<%= link_to t(".load_more"), url_for(@params.merge(:max_id => @changesets.last.id - 1)), :class => "btn btn-primary" %>
<%= image_tag "searching.gif" %>