Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-27 15:26:16 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-27 15:26:16 +0400
commit64dff782149f75743c21716e2fea01e0e532ff2f (patch)
tree567a00ddff96672a8c2abd91751514b3e1b2e67a /app
parent4091322dba7ee3b94de9ad0b8b061622ba1e468c (diff)
Restyle public access help page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/views/help/public_access.html.haml52
1 files changed, 25 insertions, 27 deletions
diff --git a/app/views/help/public_access.html.haml b/app/views/help/public_access.html.haml
index b7579cb5bf6..ac9ae21487f 100644
--- a/app/views/help/public_access.html.haml
+++ b/app/views/help/public_access.html.haml
@@ -12,34 +12,32 @@
%br
Internal projects will only be available to authenticated users.
- %hr
- %h4
- = public_icon
- &nbsp;
- 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
- &nbsp;
- 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.
+ .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
+ .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