summaryrefslogtreecommitdiff
path: root/app/views/groups/dependency_proxies/show.html.haml
blob: 47caec717afe0c42a1da0d54627b043008f76617 (plain)
1
2
3
4
5
6
7
- page_title _("Dependency Proxy")
- @content_class = "limit-container-width" unless fluid_layout
- dependency_proxy_available = Feature.enabled?(:dependency_proxy_for_private_groups, default_enabled: true) || @group.public?

#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') } }