Commit 2152fa0f8c277f82e1ad5329448600b2f39e3bb2

Authored by Dmitriy Zaporozhets
2 parents f20966fd ca6978df

Merge pull request #6768 from omkelderman/master

Replace $your_email with actual email-address in ssh-help-page
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)