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 | 1 | !!! 5 |
2 | 2 | %html{ lang: "en"} |
3 | - = render "layouts/head", title: "Public Area" | |
3 | + = render "layouts/head", title: "Public Projects" | |
4 | 4 | %body{class: "#{app_theme} application"} |
5 | 5 | %header.navbar.navbar-static-top.navbar-gitlab |
6 | 6 | .navbar-inner |
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | = link_to root_path, class: "home" do |
11 | 11 | %h1 GITLAB |
12 | 12 | %span.separator |
13 | - %h1.project_name Public Area | |
13 | + %h1.project_name Public Projects | |
14 | 14 | .container |
15 | 15 | .content |
16 | 16 | .prepend-top-20 | ... | ... |