diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-20 18:43:11 -0500 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-20 18:43:11 -0500 |
commit | 4474eab4f6a17861a6ed494034bc68acb0724e3c (patch) | |
tree | 6a7e5b671a2d6bcd1b6c4c0f9328013070d99456 /app/views | |
parent | ec86644545c1c2567dfaacb6d53d150a5dfa28d6 (diff) | |
download | gitlab-ce-4474eab4f6a17861a6ed494034bc68acb0724e3c.tar.gz |
Fix container deletion permission issue
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/container_registry/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/container_registry/index.html.haml b/app/views/projects/container_registry/index.html.haml index 40957993b22..e1e762410f2 100644 --- a/app/views/projects/container_registry/index.html.haml +++ b/app/views/projects/container_registry/index.html.haml @@ -4,7 +4,7 @@ %hr %ul.content-list - .light.prepend-top-default + %li.light.prepend-top-default %p A 'container image' is a snapshot of a container. You can host your container images with GitLab. |