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: 178d8980ab8a69fbfb4e0182cb0def1a768a8fc1 (plain)
1
2
3
4
5
6
7
- page_title _("Dependency Proxy")
- @content_class = "limit-container-width" unless fluid_layout

#js-dependency-proxy{ data: { group_path: @group.full_path,
  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 } }