.container-fluid nav - if @project ol.breadcrumb li.breadcrumb-item= link_to t(:projects), projects_path li.breadcrumb-item= link_to @project.title, @project li.breadcrumb-item= link_to t(:sections), master_sections_project_path(@project) li.breadcrumb-item.active New - else ol.breadcrumb li.breadcrumb-item= link_to t(:sections), master_sections_path li.breadcrumb-item.active New .clearfix .row .col-md-3 - if @project = render partial: "projects/sidebar" .col-md-9 h4= t(:new_section) = render 'form'