X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9e98c9d41df683c131719cca60b9a8b5f3d267d9..2882a65d21fd5758c2a90d1cbd808103ab7b8000:/app/views/changesets/index.html.erb diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index e9e620062..fc5f7cbbc 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") %>
+

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

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

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

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

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

<% end %>