diff options
Diffstat (limited to 'app/views/account/show.rhtml')
-rw-r--r-- | app/views/account/show.rhtml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml index e7b0276f7..c86fa59c4 100644 --- a/app/views/account/show.rhtml +++ b/app/views/account/show.rhtml @@ -51,6 +51,15 @@ </dl> <% end -%> </div> + +<p class="other-formats"> + <%= l(:label_export_to) %> + <%= link_to 'Atom', {:controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key}, :class => 'feed' %> +</p> + +<% content_for :header_tags do %> + <%= auto_discovery_link_tag(:atom, :controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key) %> +<% end %> <% end %> </div> |