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

7 lines
186 B
Plaintext
Raw Normal View History

2013-01-22 15:58:09 +00:00
= render layout: 'help/layout' do
%h3.page-title Public Access
2013-01-13 15:24:29 +00:00
.help_body
= preserve do
= markdown File.read(Rails.root.join("doc", "public_access", "public_access.md"))