X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/031afed7aae4492a96bdf389ffc504a9955677ad..1c77d2432e17829a790d3e2dbf2a9267833ec1f0:/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 -%>