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

18 lines
480 B
Plaintext
Raw Normal View History

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