X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d0de36b6072b7e8ee0083e680ebf6a21d5b81ab8..9c04912f1deb7b114c61e838a6e4a4b7775167d8:/app/views/changeset/list.html.erb diff --git a/app/views/changeset/list.html.erb b/app/views/changeset/list.html.erb index 68bdf1e23..8dcc121c5 100644 --- a/app/views/changeset/list.html.erb +++ b/app/views/changeset/list.html.erb @@ -2,14 +2,16 @@
    <%= render :partial => 'changeset', :collection => @edits %>
+<% 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('.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 -%> <% elsif params[:bbox] %> -
<%= t(params[:max_id] ? 'changeset.list.no_more_area' : 'changeset.list.empty_area') %>
+
<%= t(params[:max_id] ? '.no_more_area' : '.empty_area') %>
<% elsif params[:display_name] %> -
<%= t(params[:max_id] ? 'changeset.list.no_more_user' : 'changeset.list.empty_user') %>
+
<%= t(params[:max_id] ? '.no_more_user' : '.empty_user') %>
<% else %> -
<%= t(params[:max_id] ? 'changeset.list.no_more' : 'changeset.list.empty') %>
+
<%= t(params[:max_id] ? '.no_more' : '.empty') %>
<% end %>