summaryrefslogtreecommitdiffstats
path: root/app/views/projects/list_news.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/list_news.rhtml')
-rw-r--r--app/views/projects/list_news.rhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/list_news.rhtml b/app/views/projects/list_news.rhtml
index 17a786260..4ab086d55 100644
--- a/app/views/projects/list_news.rhtml
+++ b/app/views/projects/list_news.rhtml
@@ -7,3 +7,7 @@
<% if @news.empty? %><p><i><%= l(:label_no_data) %></i></p><% end %>
<%= render :partial => 'news/news', :collection => @news %>
<%= pagination_links_full @news_pages %>
+
+<% content_for :header_tags do %>
+ <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %>
+<% end %>