debian-mirror-gitlab/app/views/groups/dependency_proxies/show.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
332 B
Text
Raw Normal View History

2021-01-29 00:20:46 +05:30
- page_title _("Dependency Proxy")
2021-12-11 22:18:48 +05:30
- @content_class = "limit-container-width" unless fluid_layout
2021-01-29 00:20:46 +05:30
2021-11-18 22:05:49 +05:30
#js-dependency-proxy{ data: { group_path: @group.full_path,
2022-08-27 11:52:29 +05:30
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 } }