diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-30 21:26:24 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-30 21:26:24 +0200 |
commit | 610ed70f77dd9a31c63a7b378df5940bcb84300c (patch) | |
tree | b0f5b60f1d79885f25decacfdc32d75a3e48cdd9 /app | |
parent | 0a63c1d2abdb63366448bb7cbbf2836fa8881f18 (diff) | |
download | gitlab-ce-610ed70f77dd9a31c63a7b378df5940bcb84300c.tar.gz |
Humanize help page titles.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/help/show.html.haml | 2 |
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) |