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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-06-09 18:06:13 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-06-10 18:55:13 +0300
commitb36d84b32912bada57d8d6af9df64cb0a2478f7c (patch)
tree349c32d8fae8ad2b834f12615fef9ba50444a6e1 /app/views/projects/forks
parentbedb711453d618e16bccc1e150d7a6437d8342d0 (diff)
Moved private forks notice to projects-list so its above the pagination and inline with list
Updated CHANGELOG Removed CHANGELOG entry
Diffstat (limited to 'app/views/projects/forks')
-rw-r--r--app/views/projects/forks/index.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/projects/forks/index.html.haml b/app/views/projects/forks/index.html.haml
index 4bcf2d9d533..dbe9ddfde2f 100644
--- a/app/views/projects/forks/index.html.haml
+++ b/app/views/projects/forks/index.html.haml
@@ -40,9 +40,3 @@
= render 'projects', projects: @forks
-
-- if @private_forks_count > 0
- .private-forks-notice
- = icon('lock fw', base: 'circle', class: 'fa-lg private-fork-icon')
- %strong= pluralize(@private_forks_count, 'private fork')
- %span you have no access to.