X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/73c95847a6680bea7f35fe5b3da6eb4e52757b9c..3b56c005ebac1e5aaef8890057767e1955bb4948:/app/views/changesets/index.html.erb?ds=sidebyside diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index 527a0a232..3e946670d 100644 --- a/app/views/changesets/index.html.erb +++ b/app/views/changesets/index.html.erb @@ -3,8 +3,8 @@ <%= render @changesets %> <% if @changesets.size == 20 -%> -
- <%= link_to t(".load_more"), url_for(@params.merge(:max_id => @changesets.last.id - 1)), :class => "button load_more" %> +
+ <%= link_to t(".load_more"), url_for(@params.merge(:max_id => @changesets.last.id - 1)), :class => "btn btn-primary" %>
<%= image_tag "searching.gif" %>
<% end -%>