Humanize help page titles.
This commit is contained in:
parent
0a63c1d2ab
commit
610ed70f77
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue