X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b70da7b8ea15ab48bb2f34155567cea6dffc8fc9..4a45092e27607f37843edbabbeda67919049e11b:/app/views/changesets/index.html.erb?ds=sidebyside 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 %>