summaryrefslogtreecommitdiff
path: root/app/views/help/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/help/show.html.haml')
-rw-r--r--app/views/help/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/help/show.html.haml b/app/views/help/show.html.haml
index cc1be6a717a..1ff5ddb4c11 100644
--- a/app/views/help/show.html.haml
+++ b/app/views/help/show.html.haml
@@ -1,2 +1,3 @@
+- page_title @file, *@category.split("/").reverse, "Help"
.documentation.wiki
= markdown @markdown.gsub('$your_email', current_user.email)