@@ -16,4 +16,9 | |||
|
16 | 16 | <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %> |
|
17 | 17 | <% end %> |
|
18 | 18 | |
|
19 | <p class="other-formats"> | |
|
20 | <%= l(:label_export_to) %> | |
|
21 | <span><%= link_to 'Atom', {:format => 'atom', :key => User.current.rss_key}, :class => 'feed' %></span> | |
|
22 | </p> | |
|
23 | ||
|
19 | 24 | <% html_title(l(:label_revision_plural)) -%> |
@@ -21,6 +21,10 | |||
|
21 | 21 | <% content_for :header_tags do %> |
|
22 | 22 | <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :action => 'revisions', :id => @project, :page => nil, :key => User.current.rss_key})) %> |
|
23 | 23 | <% end %> |
|
24 | <p class="other-formats"> | |
|
25 | <%= l(:label_export_to) %> | |
|
26 | <span><%= link_to 'Atom', {:action => 'revisions', :id => @project, :format => 'atom', :key => User.current.rss_key}, :class => 'feed' %></span> | |
|
27 | </p> | |
|
24 | 28 | <% end %> |
|
25 | 29 | |
|
26 | 30 | <% content_for :header_tags do %> |
General Comments 0
You need to be logged in to leave comments.
Login now