X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..681022443ea24c11d9aeedeb3e1ddc3789b8ffd5:/app/views/changeset/list.html.erb diff --git a/app/views/changeset/list.html.erb b/app/views/changeset/list.html.erb index cfe4afd3f..19707cd3f 100644 --- a/app/views/changeset/list.html.erb +++ b/app/views/changeset/list.html.erb @@ -1,7 +1,32 @@ -
<%= t'changeset.list.recently_edited_changesets' %>
+<% content_for :head do -%> + <%= javascript_include_tag "index" %> + <%= javascript_include_tag "changeset" %> -<%= render :partial => 'changesets' %> + <% unless params[:friends] or params[:nearby] -%> + <%= auto_discovery_link_tag :atom, params.merge({ :page => nil, :action => :feed }) %> + <% end -%> +<% end -%> -<%= t'changeset.list.for_more_changesets' %>
-