X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d66541124fdf6d4da22c3c26ef24b205c486c3a7..228ab23ce16338e281e609d9355c982cd4085c42:/app/views/changesets/index.html.erb diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index e9e620062..97e6351a0 100644 --- a/app/views/changesets/index.html.erb +++ b/app/views/changesets/index.html.erb @@ -5,13 +5,17 @@ <% 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" %>
+
+
+ <%= t("browse.start_rjs.loading") %> +
+
<% end -%> <% elsif params[:bbox] %> -
<%= t(params[:max_id] ? ".no_more_area" : ".empty_area") %>
+

<%= t(params[:max_id] ? ".no_more_area" : ".empty_area") %>

<% elsif params[:display_name] %> -
<%= t(params[:max_id] ? ".no_more_user" : ".empty_user") %>
+

<%= t(params[:max_id] ? ".no_more_user" : ".empty_user") %>

<% else %> -
<%= t(params[:max_id] ? ".no_more" : ".empty") %>
+

<%= t(params[:max_id] ? ".no_more" : ".empty") %>

<% end %>