Commit 64dff782149f75743c21716e2fea01e0e532ff2f
1 parent
4091322d
Exists in
master
and in
4 other branches
Restyle public access help page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
25 additions
and
27 deletions
Show diff stats
app/views/help/public_access.html.haml
| ... | ... | @@ -12,34 +12,32 @@ |
| 12 | 12 | %br |
| 13 | 13 | Internal projects will only be available to authenticated users. |
| 14 | 14 | |
| 15 | - %hr | |
| 16 | - %h4 | |
| 17 | - = public_icon | |
| 18 | - | |
| 19 | - Public projects | |
| 20 | - %p | |
| 21 | - Public project can be cloned | |
| 22 | - %strong without any | |
| 23 | - authentication. | |
| 24 | - %br | |
| 25 | - It will also be listed on the #{link_to "public access directory", public_root_path}." | |
| 26 | - %br | |
| 27 | - %strong Any logged in user | |
| 28 | - will have #{link_to "Guest", help_permissions_path} permissions on the repository." | |
| 29 | - | |
| 30 | - %hr | |
| 31 | - %h4 | |
| 32 | - = internal_icon | |
| 33 | - | |
| 34 | - Internal projects | |
| 35 | - %p | |
| 36 | - Internal project can be cloned by any logged in user. | |
| 37 | - %br | |
| 38 | - It will also be listed on the #{link_to "public access directory", public_root_path} for logged in users. | |
| 39 | - %br | |
| 40 | - Any logged in user will have #{link_to "Guest", help_permissions_path} permissions on the repository. | |
| 15 | + .clearfix | |
| 16 | + .dashboard-intro-icon | |
| 17 | + = public_icon | |
| 18 | + %h4 | |
| 19 | + Public projects | |
| 20 | + %p | |
| 21 | + Public project can be cloned | |
| 22 | + %strong without any | |
| 23 | + authentication. | |
| 24 | + %br | |
| 25 | + It will also be listed on the #{link_to "public access directory", public_root_path}." | |
| 26 | + %br | |
| 27 | + %strong Any logged in user | |
| 28 | + will have #{link_to "Guest", help_permissions_path} permissions on the repository." | |
| 41 | 29 | |
| 42 | - %hr | |
| 30 | + .clearfix | |
| 31 | + .dashboard-intro-icon | |
| 32 | + = internal_icon | |
| 33 | + %h4 | |
| 34 | + Internal projects | |
| 35 | + %p | |
| 36 | + Internal project can be cloned by any logged in user. | |
| 37 | + %br | |
| 38 | + It will also be listed on the #{link_to "public access directory", public_root_path} for logged in users. | |
| 39 | + %br | |
| 40 | + Any logged in user will have #{link_to "Guest", help_permissions_path} permissions on the repository. | |
| 43 | 41 | |
| 44 | 42 | %h4 How to change project visibility |
| 45 | 43 | %ol | ... | ... |