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

7 lines
186 B
Text
Raw Normal View History

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