From 610ed70f77dd9a31c63a7b378df5940bcb84300c Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 30 Apr 2015 21:26:24 +0200 Subject: Humanize help page titles. --- app/views/help/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1