1- add_to_breadcrumbs _("Infrastructure Registry"), project_infrastructure_registry_index_path(@project)
2- add_to_breadcrumbs @package.name, project_infrastructure_registry_index_path(@project)
3- breadcrumb_title @package.version
4- page_title _("Infrastructure Registry")
5- @content_class = "limit-container-width" unless fluid_layout
6
7.row
8  .col-12
9    #js-vue-packages-detail{ data: { package: package_from_presenter(@package),
10      can_delete: can?(current_user, :destroy_package, @project).to_s,
11      svg_path: image_path('illustrations/no-packages.svg'),
12      project_name: @project.name,
13      project_path: @project.root_ancestor.full_path,
14      gitlab_host: Gitlab.config.gitlab.host,
15      terraform_help_path: help_page_path('user/infrastructure/index'),
16      project_list_url: project_infrastructure_registry_index_path(@project)} }
17