]> git.openstreetmap.org Git - rails.git/blob - app/views/changesets/timeout.atom.builder
Merge pull request #6394 from openstreetmap/dependabot/github_actions/ruby/setup...
[rails.git] / app / views / changesets / timeout.atom.builder
1 # frozen_string_literal: true
2
3 atom_feed(:language => I18n.locale, :schema_date => 2009,
4           :id => url_for(params.merge(:only_path => false)),
5           :root_url => url_for(params.merge(:only_path => false, :format => nil)),
6           "xmlns:georss" => "http://www.georss.org/georss") do |feed|
7   feed.title @title
8
9   feed.subtitle :type => "xhtml" do |xhtml|
10     xhtml.p do |p|
11       p << t(".sorry")
12     end
13   end
14 end