]> source.dussan.org Git - redmine.git/commitdiff
Add ATOM auto discovery link to the Projects list. #5317
authorEric Davis <edavis@littlestreamsoftware.com>
Sat, 19 Jun 2010 17:44:59 +0000 (17:44 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Sat, 19 Jun 2010 17:44:59 +0000 (17:44 +0000)
Contributed by Greg Mefford

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3776 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/projects/index.rhtml

index 11e9bcd33a4b6cdd3047bda27e75fd2483757486..e47e5524359677e568e6504318aee8d1bbc3d0ff 100644 (file)
@@ -1,3 +1,7 @@
+<% content_for :header_tags do %>
+    <%= auto_discovery_link_tag(:atom, {:action => 'index', :format => 'atom', :key => User.current.rss_key}) %>
+<% end %>
+
 <div class="contextual">
     <%= link_to(l(:label_project_new), {:controller => 'projects', :action => 'add'}, :class => 'icon icon-add') + ' |' if User.current.allowed_to?(:add_project, nil, :global => true) %>
     <%= link_to(l(:label_issue_view_all), { :controller => 'issues' }) + ' |' if User.current.allowed_to?(:view_issues, nil, :global => true) %>