Mercurial > hg > soundsoftware-site
view .svn/pristine/9a/9af49165fac122637d3fa15ff2333d3fdc06effe.svn-base @ 1613:90bed4e10cc8 deploy
Download file link
author | Chris Cannam |
---|---|
date | Wed, 30 Aug 2017 17:24:37 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
<div class="contextual"> <%= link_to l(:label_personalize_page), :action => 'page_layout' %> </div> <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'] %> </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'] %> </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'] %> </div> <%= context_menu :controller => 'issues', :action => 'context_menu' %> <% html_title(l(:label_my_page)) -%>