X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/086f31f291f1646fda292ca838784cccc61a75ad..eb0f95b6aeec77058395975d7e9b0aba076d71c1:/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 3ead2abda..97e6351a0 100644 --- a/app/views/changesets/index.html.erb +++ b/app/views/changesets/index.html.erb @@ -5,13 +5,17 @@ <% if @changesets.size == 20 -%>
<%= 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 %>