summaryrefslogtreecommitdiff
path: root/app/views/groups/dependency_proxies/show.html.haml
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.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/dependency_proxies/show.html.haml b/app/views/groups/dependency_proxies/show.html.haml
index 47caec717af..940a504438d 100644
--- a/app/views/groups/dependency_proxies/show.html.haml
+++ b/app/views/groups/dependency_proxies/show.html.haml
@@ -4,4 +4,4 @@
#js-dependency-proxy{ data: { group_path: @group.full_path,
dependency_proxy_available: dependency_proxy_available.to_s,
- no_manifests_illustration: image_path('illustrations/docker-empty-state.svg') } }
+ no_manifests_illustration: image_path('illustrations/docker-empty-state.svg'), group_id: @group.id } }