X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/70cca71f3802519eac1fabaeb3ee1cc9f35f5cb7:/app/views/changeset/list.atom.builder..983e21db2e3ccc5f645f40a5f076d35e2b7897c2:/app/views/changeset/index.atom.builder diff --git a/app/views/changeset/list.atom.builder b/app/views/changeset/index.atom.builder similarity index 95% rename from app/views/changeset/list.atom.builder rename to app/views/changeset/index.atom.builder index 33b284417..801b9cd39 100644 --- a/app/views/changeset/list.atom.builder +++ b/app/views/changeset/index.atom.builder @@ -1,8 +1,8 @@ atom_feed(:language => I18n.locale, :schema_date => 2009, :id => url_for(@params.merge(:only_path => false)), - :root_url => url_for(@params.merge(:action => :list, :format => nil, :only_path => false)), + :root_url => url_for(@params.merge(:action => :index, :format => nil, :only_path => false)), "xmlns:georss" => "http://www.georss.org/georss") do |feed| - feed.title changeset_list_title(params, current_user) + feed.title changeset_index_title(params, current_user) feed.updated @edits.map { |e| [e.created_at, e.closed_at].max }.max feed.icon image_url("favicon.ico")