debian-mirror-gitlab/app/views/projects/registry/repositories/index.html.haml

15 lines
889 B
Text
Raw Normal View History

2019-12-21 20:55:43 +05:30
- page_title _("Container Registry")
2018-03-17 18:26:18 +05:30
%section
.row.registry-placeholder.prepend-bottom-10
2019-09-30 21:07:59 +05:30
.col-12
#js-vue-registry-images{ data: { endpoint: project_container_registry_index_path(@project, format: :json),
2019-12-04 20:38:33 +05:30
"help_page_path" => help_page_path('user/packages/container_registry/index'),
2019-12-21 20:55:43 +05:30
"two_factor_auth_help_link" => help_page_path('user/profile/account/two_factor_authentication'),
"personal_access_tokens_help_link" => help_page_path('user/profile/personal_access_tokens'),
2019-09-30 21:07:59 +05:30
"no_containers_image" => image_path('illustrations/docker-empty-state.svg'),
"containers_error_image" => image_path('illustrations/docker-error-state.svg'),
"repository_url" => escape_once(@project.container_registry_url),
2019-12-21 20:55:43 +05:30
"registry_host_url_with_port" => escape_once(registry_config.host_port),
2019-09-30 21:07:59 +05:30
character_error: @character_error.to_s } }