gitlabhq/app/views/layouts/public.html.haml
2013-01-13 17:25:18 +02:00

18 lines
474 B
Plaintext

!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Public Area"
%body{class: "#{app_theme} application"}
%header.navbar.navbar-static-top.navbar-gitlab
.navbar-inner
.container
%div.app_logo
%span.separator
= link_to root_path, class: "home" do
%h1 GITLAB
%span.separator
%h1.project_name Public Area
.container
.content
.prepend-top-20
= yield