mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-24 12:06:11 +10:00
Restyle public access help page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -12,34 +12,32 @@
|
||||
%br
|
||||
Internal projects will only be available to authenticated users.
|
||||
|
||||
%hr
|
||||
%h4
|
||||
= public_icon
|
||||
|
||||
Public projects
|
||||
%p
|
||||
Public project can be cloned
|
||||
%strong without any
|
||||
authentication.
|
||||
%br
|
||||
It will also be listed on the #{link_to "public access directory", public_root_path}."
|
||||
%br
|
||||
%strong Any logged in user
|
||||
will have #{link_to "Guest", help_permissions_path} permissions on the repository."
|
||||
.clearfix
|
||||
.dashboard-intro-icon
|
||||
= public_icon
|
||||
%h4
|
||||
Public projects
|
||||
%p
|
||||
Public project can be cloned
|
||||
%strong without any
|
||||
authentication.
|
||||
%br
|
||||
It will also be listed on the #{link_to "public access directory", public_root_path}."
|
||||
%br
|
||||
%strong Any logged in user
|
||||
will have #{link_to "Guest", help_permissions_path} permissions on the repository."
|
||||
|
||||
%hr
|
||||
%h4
|
||||
= internal_icon
|
||||
|
||||
Internal projects
|
||||
%p
|
||||
Internal project can be cloned by any logged in user.
|
||||
%br
|
||||
It will also be listed on the #{link_to "public access directory", public_root_path} for logged in users.
|
||||
%br
|
||||
Any logged in user will have #{link_to "Guest", help_permissions_path} permissions on the repository.
|
||||
|
||||
%hr
|
||||
.clearfix
|
||||
.dashboard-intro-icon
|
||||
= internal_icon
|
||||
%h4
|
||||
Internal projects
|
||||
%p
|
||||
Internal project can be cloned by any logged in user.
|
||||
%br
|
||||
It will also be listed on the #{link_to "public access directory", public_root_path} for logged in users.
|
||||
%br
|
||||
Any logged in user will have #{link_to "Guest", help_permissions_path} permissions on the repository.
|
||||
|
||||
%h4 How to change project visibility
|
||||
%ol
|
||||
|
||||
Reference in New Issue
Block a user