X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/82f89681695a2c59fe2b3a42c9acfa92246a2a38..3bbdb004477a21e736f3613788356b12ba7f564f:/app/views/changeset/list.html.erb diff --git a/app/views/changeset/list.html.erb b/app/views/changeset/list.html.erb index ee8610574..9f0301da0 100644 --- a/app/views/changeset/list.html.erb +++ b/app/views/changeset/list.html.erb @@ -1,37 +1,13 @@ -<% content_for :head do -%> - <%= javascript_include_tag "changeset" %> -<% end -%> - -<% content_for :heading do %> - -
<%= t('changeset.list.no_more') %>
<% else %> -<%= t('changeset.list.empty') %>
<% end %> - -<% unless params[:friends] or params[:nearby] -%> - <% content_for :head do -%> - <%= auto_discovery_link_tag :atom, params.merge({ :page => nil, :action => :feed }) %> - <% end -%> -<% end -%> \ No newline at end of file