@@ -51,6 +51,15 | |||
|
51 | 51 | </dl> |
|
52 | 52 | <% end -%> |
|
53 | 53 | </div> |
|
54 | ||
|
55 | <p class="other-formats"> | |
|
56 | <%= l(:label_export_to) %> | |
|
57 | <%= link_to 'Atom', {:controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key}, :class => 'feed' %> | |
|
58 | </p> | |
|
59 | ||
|
60 | <% content_for :header_tags do %> | |
|
61 | <%= auto_discovery_link_tag(:atom, :controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key) %> | |
|
62 | <% end %> | |
|
54 | 63 | <% end %> |
|
55 | 64 | </div> |
|
56 | 65 |
General Comments 0
You need to be logged in to leave comments.
Login now