X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3af16f6337b52546297e7e09a1aba9b0e1df7e15..c105164d7e652dec72a4bff0a47ef96540a6f5ba:/app/views/changesets/index.html.erb diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index 1ce98301a..e9e620062 100644 --- a/app/views/changesets/index.html.erb +++ b/app/views/changesets/index.html.erb @@ -1,10 +1,10 @@ -<% if @edits.present? %> -
    - <%= render :partial => "changeset", :collection => @edits %> +<% if @changesets.present? %> +
      + <%= render @changesets %>
    -<% if @edits.size == 20 -%> -
    - <%= link_to t(".load_more"), url_for(@params.merge(:max_id => @edits.last.id - 1)), :class => "button load_more" %> +<% 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" %>
    <% end -%>