summaryrefslogtreecommitdiff
path: root/app/views/projects/packages/packages/index.html.haml
blob: c67b06218e25cd30465910aff9532ab88fb22198 (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: @project.id,
      full_path: @project.full_path,
      endpoint: project_packages_path(@project),
      page_type: 'projects',
      empty_list_illustration: image_path('illustrations/no-packages.svg'), } }