Commit bba88e84a96349889696df83b941edd28856f1c2
1 parent
8db80f1f
Exists in
master
and in
4 other branches
Fix public layout
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/layouts/public.html.haml
| 1 | !!! 5 | 1 | !!! 5 |
| 2 | %html{ lang: "en"} | 2 | %html{ lang: "en"} |
| 3 | - = render "layouts/head", title: "Public Area" | 3 | + = render "layouts/head", title: "Public Projects" |
| 4 | %body{class: "#{app_theme} application"} | 4 | %body{class: "#{app_theme} application"} |
| 5 | %header.navbar.navbar-static-top.navbar-gitlab | 5 | %header.navbar.navbar-static-top.navbar-gitlab |
| 6 | .navbar-inner | 6 | .navbar-inner |
| @@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
| 10 | = link_to root_path, class: "home" do | 10 | = link_to root_path, class: "home" do |
| 11 | %h1 GITLAB | 11 | %h1 GITLAB |
| 12 | %span.separator | 12 | %span.separator |
| 13 | - %h1.project_name Public Area | 13 | + %h1.project_name Public Projects |
| 14 | .container | 14 | .container |
| 15 | .content | 15 | .content |
| 16 | .prepend-top-20 | 16 | .prepend-top-20 |