X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/359f967b3fa0f24ad9a95a5b8fa18a736a7fc229..6bc4b207315992645292c7b3bfc0cfbef87c152f:/app/views/changesets/index.html.erb diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index 43f194522..97e6351a0 100644 --- a/app/views/changesets/index.html.erb +++ b/app/views/changesets/index.html.erb @@ -13,9 +13,9 @@ <% 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 %>