summaryrefslogtreecommitdiff
path: root/app/views/projects/registry/repositories/index.html.haml
blob: d0d06a0df7e76ee157462521c843f79c055cb5f4 (plain)
1
2
3
4
5
6
7
8
9
%section
  .row.registry-placeholder.prepend-bottom-10
    .col-12
      #js-vue-registry-images{ data: { endpoint: project_container_registry_index_path(@project, format: :json),
        "help_page_path" => help_page_path('user/packages/container_registry/index'),
        "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),
        character_error: @character_error.to_s } }