Commit ca6978df authored by Olle Kelderman's avatar Olle Kelderman Committed by omkelderman

Replace $your_email with actual email-address. Fixes #6714

parent 352bb972
......@@ -3,4 +3,4 @@
.help_body
= preserve do
= markdown File.read(Rails.root.join("doc", "ssh", "ssh.md"))
= markdown File.read(Rails.root.join("doc", "ssh", "ssh.md")).gsub("$your_email", current_user.email)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment