From ca6978dfc58a98bf0f5f3a8f227930e3391b3f64 Mon Sep 17 00:00:00 2001 From: Olle Kelderman Date: Mon, 14 Apr 2014 04:53:40 +0200 Subject: [PATCH] Replace $your_email with actual email-address. Fixes #6714 --- app/views/help/ssh.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/help/ssh.html.haml b/app/views/help/ssh.html.haml index 8ae1ed1ab6e..75419c3dd01 100644 --- a/app/views/help/ssh.html.haml +++ b/app/views/help/ssh.html.haml @@ -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)