Commit ca6978dfc58a98bf0f5f3a8f227930e3391b3f64

Authored by Olle Kelderman
Committed by omkelderman
1 parent 352bb972

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

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/help/ssh.html.haml
@@ -3,4 +3,4 @@ @@ -3,4 +3,4 @@
3 3
4 .help_body 4 .help_body
5 = preserve do 5 = preserve do
6 - = markdown File.read(Rails.root.join("doc", "ssh", "ssh.md")) 6 + = markdown File.read(Rails.root.join("doc", "ssh", "ssh.md")).gsub("$your_email", current_user.email)