Project

General

Profile

Defect #3259 » redmine-3259.diff

Anonymous, 2010-03-02 09:47

View differences:

base.rhtml (working copy)
40 40
    </div>
41 41
    
42 42
    <h1><%= page_header_title %></h1>
43
    
44
    <div id="main-menu">
45
        <%= render_main_menu(@project) %>
43
   
44
    <%  menu_html = render_main_menu( @project ) %>
45
    <div id="main-menu" class="<%= menu_html.nil? ? 'empty' : '' %>">
46
        <%= menu_html %>
46 47
    </div>
48

  
47 49
</div>
48 50

  
49 51
<%= tag('div', {:id => 'main', :class => (has_content?(:sidebar) ? '' : 'nosidebar')}, true) %>
(2-2/2)