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

index.html.haml « packages « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d56a806f0823cbe89e3de34b673b02bbf13d8cd6 (plain)
1
2
3
4
5
6
7
8
9
10
- page_title _("Package Registry")
- @content_class = "limit-container-width" unless fluid_layout

.row
  .col-12
    #js-vue-packages-list{ data: { resource_id: @group.id,
      full_path: @group.full_path,
      endpoint: group_packages_path(@group),
      page_type: 'groups',
      empty_list_illustration: image_path('illustrations/no-packages.svg'), } }