summaryrefslogtreecommitdiff
path: root/app/views/layouts/public_projects.html.haml
blob: 5fcf9f99e75fbf9568601457d8a78e0e68468ab2 (plain)
1
2
3
4
5
6
7
8
9
10
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: @project.name_with_namespace
  %body{class: "#{app_theme} application", :'data-page' => body_data_page}
    = render "layouts/broadcast"
    = render "layouts/public_head_panel", title: @project.name_with_namespace
    %nav.main-nav
      .container= render 'layouts/nav/project'
    .container
      .content= yield