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 @@

<%=l(:label_my_page)%>

- <% @blocks['top'].each do |b| - next unless MyController::BLOCKS.keys.include? b %> -
- <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %> -
- <% end if @blocks['top'] %> + <% @blocks['top'].each do |b| + next unless MyController::BLOCKS.keys.include? b %> +
+ <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %> +
+ <% end if @blocks['top'] %>
- <% @blocks['left'].each do |b| - next unless MyController::BLOCKS.keys.include? b %> -
- <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %> -
- <% end if @blocks['left'] %> + <% @blocks['left'].each do |b| + next unless MyController::BLOCKS.keys.include? b %> +
+ <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %> +
+ <% end if @blocks['left'] %>
- <% @blocks['right'].each do |b| - next unless MyController::BLOCKS.keys.include? b %> -
- <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %> -
- <% end if @blocks['right'] %> + <% @blocks['right'].each do |b| + next unless MyController::BLOCKS.keys.include? b %> +
+ <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %> +
+ <% end if @blocks['right'] %>
<%= context_menu :controller => 'issues', :action => 'context_menu' %>