Add a small margin before the changesets more button

See also #2717
This commit is contained in:
Andy Allan 2021-03-03 17:39:42 +00:00
parent 3fdf1e204a
commit 1c1bfd7488

View file

@ -3,7 +3,7 @@
<%= render @changesets %>
</ol>
<% if @changesets.size == 20 -%>
<div class="changeset_more text-center">
<div class="changeset_more mt-3 text-center">
<%= link_to t(".load_more"), url_for(@params.merge(:max_id => @changesets.last.id - 1)), :class => "btn btn-primary" %>
<div class="loader"><%= image_tag "searching.gif" %></div>
</div>