summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-03 12:13:11 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-03 12:13:11 +0000
commit2c01907a1ab4b328e2f20ddf9e10dfe6dc17105a (patch)
tree5c9aec88c17b1046dd7e47657c39f3f8f36bf0f1 /app/views
parent29761d24b86b7a091ca83df4e8cd1cc14f81d534 (diff)
downloadgitlab-ce-2c01907a1ab4b328e2f20ddf9e10dfe6dc17105a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views')
-rw-r--r--app/views/groups/dependency_proxies/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/dependency_proxies/show.html.haml b/app/views/groups/dependency_proxies/show.html.haml
index 23d397faaf5..8416cb81c95 100644
--- a/app/views/groups/dependency_proxies/show.html.haml
+++ b/app/views/groups/dependency_proxies/show.html.haml
@@ -3,4 +3,5 @@
#js-dependency-proxy{ data: { group_path: @group.full_path,
no_manifests_illustration: image_path('illustrations/docker-empty-state.svg'),
group_id: @group.id,
+ settings_path: group_settings_packages_and_registries_path(@group),
can_clear_cache: can?(current_user, :admin_group, @group).to_s } }