gitlab-org--gitlab-foss/app/views/help/workflow.html.haml
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

6 lines
171 B
Text

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