summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-30 21:26:24 +0200
committerDouwe Maan <douwe@gitlab.com>2015-04-30 21:26:24 +0200
commit610ed70f77dd9a31c63a7b378df5940bcb84300c (patch)
treeb0f5b60f1d79885f25decacfdc32d75a3e48cdd9
parent0a63c1d2abdb63366448bb7cbbf2836fa8881f18 (diff)
downloadgitlab-ce-610ed70f77dd9a31c63a7b378df5940bcb84300c.tar.gz
Humanize help page titles.
-rw-r--r--app/views/help/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/show.html.haml b/app/views/help/show.html.haml
index 1ff5ddb4c11..bc8e08eeae4 100644
--- a/app/views/help/show.html.haml
+++ b/app/views/help/show.html.haml
@@ -1,3 +1,3 @@
-- page_title @file, *@category.split("/").reverse, "Help"
+- page_title @file.humanize, *@category.split("/").reverse.map(&:humanize), "Help"
.documentation.wiki
= markdown @markdown.gsub('$your_email', current_user.email)