summaryrefslogtreecommitdiffstats
path: root/app/views/my/blocks/_issues.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/my/blocks/_issues.erb')
-rw-r--r--app/views/my/blocks/_issues.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/blocks/_issues.erb b/app/views/my/blocks/_issues.erb
index 845ef5b85..d7cff39e6 100644
--- a/app/views/my/blocks/_issues.erb
+++ b/app/views/my/blocks/_issues.erb
@@ -36,6 +36,6 @@
<% content_for :header_tags do %>
<%= auto_discovery_link_tag(:atom,
- _project_issues_path(query.project, query.as_params.merge(:format => 'atom', :key => User.current.rss_key)),
+ _project_issues_path(query.project, query.as_params.merge(:format => 'atom', :key => User.current.atom_key)),
{:title => query.name}) %>
<% end %>