gitlab-org--gitlab-foss/app/views/help/ssh.html.haml

7 lines
201 B
Text
Raw Normal View History

2013-01-22 10:58:09 -05:00
= render layout: 'help/layout' do
%h3.page-title SSH Keys
.help_body
= preserve do
= markdown File.read(Rails.root.join("doc", "ssh", "ssh.md")).gsub("$your_email", current_user.email)