From d0155bba6158839893a2b91615f40fdc4c2bcc52 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 01:11:56 +0000 Subject: [PATCH] replace tabs to spaces at app/views/users/show.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7270 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/users/show.html.erb | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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 %> -- 2.39.5