Files
gitlabhq/app/views/help/ssh.html.haml
T
Jeroen van Baarsen 564c37d9b6 Moved all the help files to markdown files:
Files moved:
* Workflow
* help/ssh
* help/webhooks
* help/system_hooks
* help/public_access
* help/permissions
2014-02-28 19:30:13 +01:00

7 lines
161 B
Plaintext

= render layout: 'help/layout' do
%h3.page-title SSH Keys
.help_body
= preserve do
= markdown File.read(Rails.root.join("doc", "ssh", "ssh.md"))