X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cb87f02642d0097ebc067ca1f9371dde274a41e3..0a3a4014d9ec26d8a818fc2fb55ff98a83ee8152:/app/views/changeset/list.html.erb diff --git a/app/views/changeset/list.html.erb b/app/views/changeset/list.html.erb index c44891251..cedd3e83a 100644 --- a/app/views/changeset/list.html.erb +++ b/app/views/changeset/list.html.erb @@ -4,14 +4,14 @@ <% 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" %>
<% 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 %>