summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 13:14:54 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 13:14:54 +0000
commit78bc036ee3745d46ab0da26f8bfd3dc6d79257c0 (patch)
treec3f2dcf36ea0554da3dd9d49ae8afcf694ae60ea /app/views/my
parente7b42487577a057582554e420057e6ce1bdd384d (diff)
downloadredmine-78bc036ee3745d46ab0da26f8bfd3dc6d79257c0.tar.gz
redmine-78bc036ee3745d46ab0da26f8bfd3dc6d79257c0.zip
replace tabs to spaces at app/views/my/page.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7342 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/page.html.erb36
1 files changed, 18 insertions, 18 deletions
diff --git a/app/views/my/page.html.erb b/app/views/my/page.html.erb
index ac70563f5..9cabe211f 100644
--- a/app/views/my/page.html.erb
+++ b/app/views/my/page.html.erb
@@ -5,30 +5,30 @@
<h2><%=l(:label_my_page)%></h2>
<div id="list-top">
- <% @blocks['top'].each do |b|
- next unless MyController::BLOCKS.keys.include? b %>
- <div class="mypage-box">
- <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %>
- </div>
- <% end if @blocks['top'] %>
+ <% @blocks['top'].each do |b|
+ next unless MyController::BLOCKS.keys.include? b %>
+ <div class="mypage-box">
+ <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %>
+ </div>
+ <% end if @blocks['top'] %>
</div>
<div id="list-left" class="splitcontentleft">
- <% @blocks['left'].each do |b|
- next unless MyController::BLOCKS.keys.include? b %>
- <div class="mypage-box">
- <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %>
- </div>
- <% end if @blocks['left'] %>
+ <% @blocks['left'].each do |b|
+ next unless MyController::BLOCKS.keys.include? b %>
+ <div class="mypage-box">
+ <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %>
+ </div>
+ <% end if @blocks['left'] %>
</div>
<div id="list-right" class="splitcontentright">
- <% @blocks['right'].each do |b|
- next unless MyController::BLOCKS.keys.include? b %>
- <div class="mypage-box">
- <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %>
- </div>
- <% end if @blocks['right'] %>
+ <% @blocks['right'].each do |b|
+ next unless MyController::BLOCKS.keys.include? b %>
+ <div class="mypage-box">
+ <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %>
+ </div>
+ <% end if @blocks['right'] %>
</div>
<%= context_menu :controller => 'issues', :action => 'context_menu' %>