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

group_empty_state_spec.js.snap « __snapshots__ « list_page « components « explorer « container_registry « packages_and_registries « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5657984746803c68543c115ad85115b54e03d540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Registry Group Empty state to match the default snapshot 1`] = `
<div>
  <p>
    With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. 
    <gl-link-stub
      href="baz"
      target="_blank"
    >
      More Information
    </gl-link-stub>
  </p>
</div>
`;