diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml index e7b0276..c86fa59 100644 --- a/app/views/account/show.rhtml +++ b/app/views/account/show.rhtml @@ -51,6 +51,15 @@ <% end -%> + +

+ <%= l(:label_export_to) %> + <%= link_to 'Atom', {:controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key}, :class => 'feed' %> +

+ +<% 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 %>