X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/16a72d93de1af80976cd22554ced463954641db1..bc10bc87586f43e1ec9ca542524f7b8798b29029:/app/views/changeset/list.html.erb diff --git a/app/views/changeset/list.html.erb b/app/views/changeset/list.html.erb index 36ec59379..c44891251 100644 --- a/app/views/changeset/list.html.erb +++ b/app/views/changeset/list.html.erb @@ -4,7 +4,7 @@ <% if @edits.size == 20 -%>
- <%= link_to t('changeset.list.load_more'), url_for(params.merge(:max_id => @edits.last.id - 1)), :class => "button load_more" %> + <%= link_to t('changeset.list.load_more'), url_for(@params.merge(:max_id => @edits.last.id - 1)), :class => "button load_more" %> <%= image_tag "searching.gif", :class => "loader", :style => "display: none;" %>
<% end -%>