diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml index 1ddabbaa..d37dcdcf 100644 --- a/app/views/account/show.rhtml +++ b/app/views/account/show.rhtml @@ -57,7 +57,7 @@
<%= l(:label_export_to) %> - <%= link_to 'Atom', {:controller => 'projects', :action => 'activity', :user_id => @user, :format => :atom, :key => User.current.rss_key}, :class => 'feed' %> + <%= link_to 'Atom', {:controller => 'projects', :action => 'activity', :id => nil, :user_id => @user, :format => :atom, :key => User.current.rss_key}, :class => 'feed' %>
<% content_for :header_tags do %>