Fix public layout

This commit is contained in:
Riyad Preukschas 2013-01-19 01:33:27 +01:00
parent 8db80f1f6d
commit bba88e84a9

View file

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