chris@1196: <% content_for :header_tags do %> chris@1196: <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %> chris@1196: <% end %> chris@1196: Chris@0:
Chris@0: <%= link_to l(:label_personalize_page), :action => 'page_layout' %> chris@1234: <%= ('| ' + link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add')).html_safe if User.current.allowed_to?(:add_project, nil, :global => true) %> Chris@0:
Chris@0: Chris@0:

<%=l(:label_my_page)%>

Chris@0: Chris@0:
Chris@909: <% @blocks['top'].each do |b| Chris@909: next unless MyController::BLOCKS.keys.include? b %> Chris@909:
Chris@909: <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %> Chris@909:
Chris@909: <% end if @blocks['top'] %> Chris@0:
Chris@0: Chris@0:
Chris@909: <% @blocks['left'].each do |b| Chris@909: next unless MyController::BLOCKS.keys.include? b %> Chris@909:
Chris@909: <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %> Chris@909:
Chris@909: <% end if @blocks['left'] %> Chris@0:
Chris@0: Chris@0:
Chris@909: <% @blocks['right'].each do |b| Chris@909: next unless MyController::BLOCKS.keys.include? b %> Chris@909:
Chris@909: <%= render :partial => "my/blocks/#{b}", :locals => { :user => @user } %> Chris@909:
Chris@909: <% end if @blocks['right'] %> Chris@0:
Chris@0: Chris@1115: <%= context_menu issues_context_menu_path %> Chris@0: Chris@0: <% html_title(l(:label_my_page)) -%>