Add a timeout to the change list pages

This commit is contained in:
Tom Hughes 2010-05-21 20:21:41 +01:00
parent b3ce6fdeec
commit cf682f49b3
7 changed files with 38 additions and 18 deletions

View file

@ -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('changeset.timeout.sorry')
end
end
end