Don't show "Load More" if we found less than 20 changesets

This commit is contained in:
Tom Hughes 2013-12-02 19:39:56 +00:00
parent f3f31d3bea
commit 16a72d93de

View file

@ -2,10 +2,12 @@
<ol class="changesets">
<%= render :partial => 'changeset', :collection => @edits %>
</ol>
<% if @edits.size == 20 -%>
<div class="changeset_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;" %>
</div>
<% end -%>
<% elsif params[:bbox] %>
<div class="inner22"><%= t(params[:max_id] ? 'changeset.list.no_more_area' : 'changeset.list.empty_area') %></div>
<% elsif params[:display_name] %>