gitlabhq/app/views/layouts/public.html.haml

18 lines
468 B
Plaintext
Raw Normal View History

2013-01-10 19:17:57 +01:00
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: "Error"
%body{class: "#{app_theme} application"}
%header.navbar.navbar-static-top.navbar-gitlab
.navbar-inner
.container
%div.app_logo
%span.separator
= link_to public_root_path, class: "home" do
%h1 GITLAB
%span.separator
%h1.project_name Public
.container
.content
.prepend-top-20
= yield