gitlab-org--gitlab-foss/app/views/layouts/public.html.haml

12 lines
341 B
Plaintext

!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Public Projects"
%body{class: "ui_mars 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