Humanize help page titles.

This commit is contained in:
Douwe Maan 2015-04-30 21:26:24 +02:00
parent 0a63c1d2ab
commit 610ed70f77
1 changed files with 1 additions and 1 deletions

View File

@ -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)