fix unauth for public
This commit is contained in:
parent
4c6224aad1
commit
122acb2254
5 changed files with 16 additions and 13 deletions
|
@ -1,16 +1,16 @@
|
|||
!!! 5
|
||||
%html{ lang: "en"}
|
||||
= render "layouts/head", title: "Error"
|
||||
= 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 public_root_path, class: "home" do
|
||||
= link_to root_path, class: "home" do
|
||||
%h1 GITLAB
|
||||
%span.separator
|
||||
%h1.project_name Public
|
||||
%h1.project_name Public Area
|
||||
.container
|
||||
.content
|
||||
.prepend-top-20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue