gitlab-org--gitlab-foss/app/views/layouts/public.html.haml
Dmitriy Zaporozhets 071de30f80
Fix app theme being ignored for public projects
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-29 13:31:57 +02:00

11 lines
346 B
Text

!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Public Projects"
%body{class: "#{app_theme} application", :'data-page' => body_data_page}
- if current_user
= render "layouts/head_panel", title: "Public Projects"
- else
= render "layouts/public_head_panel"
.container.navless-container
.content= yield