debian-mirror-gitlab/app/views/groups/packages/index.html.haml
2022-01-26 12:08:38 +05:30

10 lines
360 B
Text

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