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: 9577f6383e993a256af5ea140cc13fc8060bde94 (plain)
1
2
3
4
5
6
7
8
9
- page_title _("Infrastructure Registry")

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