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:
Diffstat (limited to 'app/views/groups/dependency_proxies/show.html.haml')
-rw-r--r--app/views/groups/dependency_proxies/show.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/groups/dependency_proxies/show.html.haml b/app/views/groups/dependency_proxies/show.html.haml
index 082f637e854..178d8980ab8 100644
--- a/app/views/groups/dependency_proxies/show.html.haml
+++ b/app/views/groups/dependency_proxies/show.html.haml
@@ -2,4 +2,6 @@
- @content_class = "limit-container-width" unless fluid_layout
#js-dependency-proxy{ data: { group_path: @group.full_path,
- no_manifests_illustration: image_path('illustrations/docker-empty-state.svg'), group_id: @group.id } }
+ no_manifests_illustration: image_path('illustrations/docker-empty-state.svg'),
+ group_id: @group.id,
+ can_clear_cache: can?(current_user, :admin_group, @group).to_s } }