From bba88e84a96349889696df83b941edd28856f1c2 Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Sat, 19 Jan 2013 01:33:27 +0100 Subject: [PATCH] Fix public layout --- app/views/layouts/public.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 864b854c..fa368e9b 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -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