Commit d9270337c1c7ee387fc6e563c55101ce7320e257

Authored by Riyad Preukschas
1 parent 607a38dd

Update text on help#public_access page

Showing 1 changed file with 9 additions and 7 deletions   Show diff stats
app/views/help/public_access.html.haml
... ... @@ -5,12 +5,14 @@
5 5 %hr
6 6  
7 7 %p
8   - Public area - is part of application with public access.
9   - %br
10   - It used to list all projects with public read-only access.
11   - %br
12   - If you enable public http access to the project - it will appears there
13   - %br
  8 + GitLab allows you to open selected projects to be accessed publicly.
  9 + These projects will be clonable
  10 + %em without any
  11 + authentication.
  12 + Also they will be listed on the #{link_to "public access directory", public_root_path}.
14 13  
15   - Follow #{link_to "this link", public_root_path} to visit Public Area
  14 +%ol
  15 + %li Go to your project dashboard
  16 + %li Click on the "Edit" tab
  17 + %li Select "Public clone access"
16 18  
... ...