summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 14:06:25 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 14:06:25 +0100
commit00a4be759e091bf3e07bde48650e1402da908896 (patch)
treed86441ff7a3f79757927a29b979c128a347b9766
parent1ef01e4f6a25743f2034da222407a41b63920df0 (diff)
downloadgitlab-ce-00a4be759e091bf3e07bde48650e1402da908896.tar.gz
Page titles are title case.
-rw-r--r--app/views/layouts/admin.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml
index 1c738719bd8..6591c52bdbd 100644
--- a/app/views/layouts/admin.html.haml
+++ b/app/views/layouts/admin.html.haml
@@ -1,5 +1,5 @@
-- page_title "Admin area"
-- header_title "Admin area", admin_root_path
+- page_title "Admin Area"
+- header_title "Admin Area", admin_root_path
- sidebar "admin"
= render template: "layouts/application"