Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « dependency_proxies « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8936c4dcbb4437312bcc0496698ec2a80930697f (plain)
1
2
3
4
5
- page_title _("Dependency Proxy")
- 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 } }