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

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

.row
  .col-12
    #js-vue-packages-list{ data: { resource_id: @project.id,
      page_type: 'project',
      empty_list_help_url: help_page_path('user/infrastructure/index'),
      empty_list_illustration: image_path('illustrations/empty-state/empty-terraform-register-lg.svg'),
      package_help_url: help_page_path('user/infrastructure/index') } }