Adds hostname to Redmine links in atom feeds (#3275).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2699 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9fd14713c5
commit
29c0dae151
|
@ -24,7 +24,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
|
||||||
xml.email(author.mail) if author.respond_to?(:mail) && !author.mail.blank?
|
xml.email(author.mail) if author.respond_to?(:mail) && !author.mail.blank?
|
||||||
end if author
|
end if author
|
||||||
xml.content "type" => "html" do
|
xml.content "type" => "html" do
|
||||||
xml.text! textilizable(item.event_description)
|
xml.text! textilizable(item.event_description, :only_path => false)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue