diff options
author | Regis <boudinot.regis@yahoo.com> | 2016-12-13 13:03:49 -0700 |
---|---|---|
committer | Regis <boudinot.regis@yahoo.com> | 2016-12-13 13:03:49 -0700 |
commit | 77daed05ca877e9882096787b3d57244baaa5d91 (patch) | |
tree | 48e972448234b338dba2fce10eaee19f8e6027ec /app/views/help | |
parent | d46af1d9b263916063200f5fd2cafa18df11c37b (diff) | |
parent | 632450a4bd95c7f67f9968e57b317dc4b4704f5f (diff) | |
download | gitlab-ce-77daed05ca877e9882096787b3d57244baaa5d91.tar.gz |
merge master
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/show.html.haml | 2 |
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 |