X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/baaacfc7c08d8c5df5e67f4fafdbddf4e440c39d..7377cb63939f8743ca31e67ea3965c2b15d20057:/app/views/changeset/list.html.erb?ds=sidebyside
diff --git a/app/views/changeset/list.html.erb b/app/views/changeset/list.html.erb
index b6200a8ba..cedd3e83a 100644
--- a/app/views/changeset/list.html.erb
+++ b/app/views/changeset/list.html.erb
@@ -2,12 +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" %>
- <%= image_tag "searching.gif", :class => "loader", :style => "display: none;" %>
+ <%= link_to t('.load_more'), url_for(@params.merge(:max_id => @edits.last.id - 1)), :class => "button load_more" %>
+
<%= image_tag "searching.gif" %>
-<% elsif params[:max_id] %>
- <%= t('changeset.list.no_more') %>
+<% end -%>
+<% elsif params[:bbox] %>
+ <%= t(params[:max_id] ? '.no_more_area' : '.empty_area') %>
+<% elsif params[:display_name] %>
+ <%= t(params[:max_id] ? '.no_more_user' : '.empty_user') %>
<% else %>
- <%= t('changeset.list.empty') %>
+ <%= t(params[:max_id] ? '.no_more' : '.empty') %>
<% end %>