summaryrefslogtreecommitdiff
path: root/app/views/help
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-12-09 17:16:04 +0100
committerRémy Coutable <remy@rymai.me>2016-12-09 17:32:05 +0100
commit41dd01b1276d11ceec6d63e2ead52ddaf1852041 (patch)
tree2bdcc5515a6cc29c098d16259d51fae6b537cfa2 /app/views/help
parente17758c25af4c335ed7bc5c8a8422ebc458909ae (diff)
downloadgitlab-ce-41dd01b1276d11ceec6d63e2ead52ddaf1852041.tar.gz
Stop replacing `$your_email` with the user's emailremove-your_email-gsub-in-help-page
The `$your_email` was removed from the SSH doc. Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/show.html.haml b/app/views/help/show.html.haml
index be257b51b9e..f6ebd76af9d 100644
--- a/app/views/help/show.html.haml
+++ b/app/views/help/show.html.haml
@@ -1,3 +1,3 @@
- page_title @path.split("/").reverse.map(&:humanize)
.documentation.wiki
- = markdown @markdown.gsub('$your_email', current_user.try(:email) || "email@example.com")
+ = markdown @markdown