summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-11-02 22:18:21 +0100
committerhukl <contact@smyck.org>2009-11-02 22:18:21 +0100
commit6d77292c196b332f97b43b87d3377ba5b44e7dc2 (patch)
tree5e43a17c2d20a2b38c84b30d8bfda2ad4070f687 /app/views
parent99ab938bc03c81519b11ef1a63c54f9e0d510c35 (diff)
absolute url for rss link
Diffstat (limited to 'app/views')
-rw-r--r--app/views/rss/recent_changes.xml.builder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/rss/recent_changes.xml.builder b/app/views/rss/recent_changes.xml.builder
index febee6d..c3b3ec9 100644
--- a/app/views/rss/recent_changes.xml.builder
+++ b/app/views/rss/recent_changes.xml.builder
@@ -14,7 +14,7 @@ xml.feed(:xmlns => "http://www.w3.org/2005/Atom", "xml:base" => @host) do
14 xml.entry do 14 xml.entry do
15 xml.title(item.title) 15 xml.title(item.title)
16 xml.link( 16 xml.link(
17 :href => content_path_helper(item.node.unique_path), 17 :href => "http://www.ccc.de/#{item.node.unique_path}",
18 :rel => "alternate" 18 :rel => "alternate"
19 ) 19 )
20 xml.id(content_url_helper(item.node.unique_path)) 20 xml.id(content_url_helper(item.node.unique_path))