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

12 lines
341 B
Plaintext
Raw Normal View History

2013-01-10 18:17:57 +00:00
!!! 5
%html{ lang: "en"}
2013-01-19 00:33:27 +00:00
= 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