Split changeset comment handling into a changeset_comments controller

This commit is contained in:
Andy Allan 2018-10-31 19:56:26 +01:00
parent a39c645602
commit 19c2b92fb7
10 changed files with 406 additions and 370 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(".sorry")
end
end
end