diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 3a3de34e7..8c0aa6111 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -6,25 +6,25 @@
<% unless @memberships.empty? %>

<%=l(:label_project_plural)%>

@@ -57,11 +57,11 @@
<% other_formats_links do |f| %> - <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => nil, :user_id => @user, :key => User.current.rss_key} %> + <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => nil, :user_id => @user, :key => User.current.rss_key} %> <% end %> <% content_for :header_tags do %> - <%= auto_discovery_link_tag(:atom, :controller => 'activities', :action => 'index', :user_id => @user, :format => :atom, :key => User.current.rss_key) %> + <%= auto_discovery_link_tag(:atom, :controller => 'activities', :action => 'index', :user_id => @user, :format => :atom, :key => User.current.rss_key) %> <% end %> <% end %> <%= call_hook :view_account_right_bottom, :user => @user %>