summaryrefslogtreecommitdiffstats
path: root/app/views/journals
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/journals')
-rw-r--r--app/views/journals/index.builder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/journals/index.builder b/app/views/journals/index.builder
index b044d8c84..26a067f6c 100644
--- a/app/views/journals/index.builder
+++ b/app/views/journals/index.builder
@@ -3,7 +3,7 @@
xml.instruct!
xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
xml.title @title
- xml.link "rel" => "self", "href" => url_for(:format => 'atom', :key => User.current.rss_key, :only_path => false)
+ xml.link "rel" => "self", "href" => url_for(:format => 'atom', :key => User.current.atom_key, :only_path => false)
xml.link "rel" => "alternate", "href" => home_url
xml.id home_url
xml.icon favicon_url