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
diff options
context:
space:
mode:
authorRubén Dávila <rdavila84@gmail.com>2016-01-15 05:05:33 +0300
committerRubén Dávila <rdavila84@gmail.com>2016-01-20 08:17:21 +0300
commit833a0f4d9fd4ec8a264812cc42ca52d30d325e13 (patch)
treec18b7dad0cca4425f1d1f5f12db3ba95425a3a51 /app/views/projects/forks/index.html.haml
parent40e1ad90526ad35e1d5eba74c0b1d99b6a8ae89d (diff)
Add icon for private forks notice. #2406
Diffstat (limited to 'app/views/projects/forks/index.html.haml')
-rw-r--r--app/views/projects/forks/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/forks/index.html.haml b/app/views/projects/forks/index.html.haml
index 10ab5c44af1..70f1392a878 100644
--- a/app/views/projects/forks/index.html.haml
+++ b/app/views/projects/forks/index.html.haml
@@ -51,7 +51,8 @@
forks: true, show_last_commit_as_description: true
- if protected_count > 0
- %ul.projects-list
+ %ul.projects-list.private-forks-notice
%li.project-row
+ = icon('lock fw', base: 'circle', class: 'fa-lg private-fork-icon')
%strong= pluralize(protected_count, 'private fork')
%span you have no access to.