X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..a4af46ef4786aa7eef5524a2a69cbc13f326880b:/app/views/changesets/index.html.erb diff --git a/app/views/changesets/index.html.erb b/app/views/changesets/index.html.erb index cedd3e83a..3ead2abda 100644 --- a/app/views/changesets/index.html.erb +++ b/app/views/changesets/index.html.erb @@ -1,17 +1,17 @@ -<% if @edits.present? %> -
<%= t(params[:max_id] ? ".no_more_area" : ".empty_area") %>
<% elsif params[:display_name] %> -<%= t(params[:max_id] ? ".no_more_user" : ".empty_user") %>
<% else %> -<%= t(params[:max_id] ? ".no_more" : ".empty") %>
<% end %>