diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-28 20:52:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-28 20:52:39 +0000 |
commit | 83fe973c755cb0dda4eb259842d5b5d912281d72 (patch) | |
tree | eb1938dfb2389694607aa0961c36453b73f1740b /app/views/account | |
parent | 0bbebedada021d5771f3abb5214986245f7c7bc2 (diff) | |
download | redmine-83fe973c755cb0dda4eb259842d5b5d912281d72.tar.gz redmine-83fe973c755cb0dda4eb259842d5b5d912281d72.zip |
Fixed user's activity atom feed broken by r2317.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2326 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/account')
-rw-r--r-- | app/views/account/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml index 1ddabbaa5..d37dcdcf0 100644 --- a/app/views/account/show.rhtml +++ b/app/views/account/show.rhtml @@ -57,7 +57,7 @@ <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' %> + <%= link_to 'Atom', {:controller => 'projects', :action => 'activity', :id => nil, :user_id => @user, :format => :atom, :key => User.current.rss_key}, :class => 'feed' %> </p> <% content_for :header_tags do %> |