summaryrefslogtreecommitdiff
path: root/app/views/layouts/public_projects.html.haml
blob: 04fa7c84e73c75ccaf700be683062e90fa0ce75e (plain)
1
2
3
4
5
6
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: @project.name_with_namespace
  %body{class: "#{app_theme}  application", :'data-page' => body_data_page}
    = render "layouts/public_head_panel", title: project_title(@project)
    = render 'layouts/page', sidebar: 'layouts/nav/project'