X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ea6926d3de0e0f12f70f0c993261f0dae54aa482..3bbdb004477a21e736f3613788356b12ba7f564f:/app/views/changeset/list.html.erb diff --git a/app/views/changeset/list.html.erb b/app/views/changeset/list.html.erb index 19707cd3f..9f0301da0 100644 --- a/app/views/changeset/list.html.erb +++ b/app/views/changeset/list.html.erb @@ -1,32 +1,13 @@ -<% content_for :head do -%> - <%= javascript_include_tag "index" %> - <%= javascript_include_tag "changeset" %> - - <% unless params[:friends] or params[:nearby] -%> - <%= auto_discovery_link_tag :atom, params.merge({ :page => nil, :action => :feed }) %> - <% end -%> -<% end -%> - -<% content_for :sidebar do %> -
<%= t('changeset.list.no_more') %>
+<% else %> +<%= t('changeset.list.empty') %>
<% end %> - -<%= render :template => 'layouts/map' %>