X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dfeb93c9f8e39323d72c147dc80b6c28971026b8..7e5cbe87ed37f9cba8224fa4049047d7f981f66a:/app/views/changesets/index.html.erb diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index e9e620062..3ead2abda 100644 --- a/app/views/changesets/index.html.erb +++ b/app/views/changesets/index.html.erb @@ -9,9 +9,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 %>