Fix public layout
This commit is contained in:
parent
8db80f1f6d
commit
bba88e84a9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
!!! 5
|
!!! 5
|
||||||
%html{ lang: "en"}
|
%html{ lang: "en"}
|
||||||
= render "layouts/head", title: "Public Area"
|
= render "layouts/head", title: "Public Projects"
|
||||||
%body{class: "#{app_theme} application"}
|
%body{class: "#{app_theme} application"}
|
||||||
%header.navbar.navbar-static-top.navbar-gitlab
|
%header.navbar.navbar-static-top.navbar-gitlab
|
||||||
.navbar-inner
|
.navbar-inner
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
= link_to root_path, class: "home" do
|
= link_to root_path, class: "home" do
|
||||||
%h1 GITLAB
|
%h1 GITLAB
|
||||||
%span.separator
|
%span.separator
|
||||||
%h1.project_name Public Area
|
%h1.project_name Public Projects
|
||||||
.container
|
.container
|
||||||
.content
|
.content
|
||||||
.prepend-top-20
|
.prepend-top-20
|
||||||
|
|
Loading…
Add table
Reference in a new issue