X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e72acaca9b988d41298415d51a10533d3a27e958..1220a9930e7e3d9662a9a7ba49d320fdbe1a1021:/app/views/changesets/index.html.erb diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index 527a0a232..97e6351a0 100644 --- a/app/views/changesets/index.html.erb +++ b/app/views/changesets/index.html.erb @@ -3,15 +3,19 @@ <%= render @changesets %> <% if @changesets.size == 20 -%> -
- <%= link_to t(".load_more"), url_for(@params.merge(:max_id => @changesets.last.id - 1)), :class => "button load_more" %> -
<%= image_tag "searching.gif" %>
+
+ <%= link_to t(".load_more"), url_for(@params.merge(:max_id => @changesets.last.id - 1)), :class => "btn btn-primary" %> +
+
+ <%= 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 %>