Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 16:27:29 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-02 16:41:54 +0300
commited74fa73e227b9666f3f38f17b35a5cf8328fa44 (patch)
tree4921c193df832ad8fd4fb0d75006616ee5a6a603 /app/views/projects/new.html.haml
parent09e712c0fb721059e4b2619eb9fc104257fc492d (diff)
Use consistent casing for page titles
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index c9d1fc3da21..fa75a624222 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -1,5 +1,10 @@
- page_title 'New Project'
-- header_title 'New Project'
+- header_title "Projects", root_path
+
+%h3.page-title
+ New Project
+%hr
+
.project-edit-container
.project-edit-errors
= render 'projects/errors'