X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4deffa5e4024f53f7ca7191c52c01aaf85ab5f13..252b9ef08a0b0b7d34eea83149cb1a8ad7af9e34:/app/views/changesets/timeout.atom.builder diff --git a/app/views/changesets/timeout.atom.builder b/app/views/changesets/timeout.atom.builder new file mode 100644 index 000000000..b5eeeed4a --- /dev/null +++ b/app/views/changesets/timeout.atom.builder @@ -0,0 +1,12 @@ +atom_feed(:language => I18n.locale, :schema_date => 2009, + :id => url_for(params.merge(:only_path => false)), + :root_url => url_for(params.merge(:only_path => false, :format => nil)), + "xmlns:georss" => "http://www.georss.org/georss") do |feed| + feed.title @title + + feed.subtitle :type => "xhtml" do |xhtml| + xhtml.p do |p| + p << t(".sorry") + end + end +end