summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2016-12-09 21:14:27 +0000
committerSean McGivern <sean@mcgivern.me.uk>2016-12-09 21:14:27 +0000
commit4f365066330365391c11eeb408e884c021465a00 (patch)
tree9923c2235787f6a95582e3678d206b0118a75b13 /app/views
parentffa1b67d2fe2ca00616837e477002142e8f6dcfa (diff)
parent41dd01b1276d11ceec6d63e2ead52ddaf1852041 (diff)
downloadgitlab-ce-4f365066330365391c11eeb408e884c021465a00.tar.gz
Merge branch 'remove-your_email-gsub-in-help-page' into 'master'
Stop replacing `$your_email` with the user's email in the `/help` pages See merge request !8014
Diffstat (limited to 'app/views')
-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