##// END OF EJS Templates
Add ATOM auto discovery link to the Projects list. #5317...
Eric Davis -
r3662:d635fff3f540
parent child
Show More
@@ -1,3 +1,7
1 <% content_for :header_tags do %>
2 <%= auto_discovery_link_tag(:atom, {:action => 'index', :format => 'atom', :key => User.current.rss_key}) %>
3 <% end %>
4
1 5 <div class="contextual">
2 6 <%= link_to(l(:label_project_new), {:controller => 'projects', :action => 'add'}, :class => 'icon icon-add') + ' |' if User.current.allowed_to?(:add_project, nil, :global => true) %>
3 7 <%= link_to(l(:label_issue_view_all), { :controller => 'issues' }) + ' |' if User.current.allowed_to?(:view_issues, nil, :global => true) %>
General Comments 0
You need to be logged in to leave comments. Login now