Tidy up changeset comment code

This commit is contained in:
Tom Hughes 2014-10-19 21:31:23 +01:00
parent 14ac1babc2
commit 8598db3233
9 changed files with 41 additions and 33 deletions

View file

@ -9,6 +9,6 @@ xml.rss("version" => "2.0",
xml.link url_for(:controller => "site", :action => "index", :only_path => false)
xml << render(:partial => "comments", :object => @comments)
end
end
end