Commit 8572a6b2 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Always show documentation how to access images

parent 91c4002a
...@@ -4,10 +4,6 @@ ...@@ -4,10 +4,6 @@
%hr %hr
%ul.content-list %ul.content-list
- if @tags.blank?
%li
.nothing-here-block No images in Container Registry for this project.
.light.prepend-top-default .light.prepend-top-default
%p %p
A 'container image' is a snapshot of a container. A 'container image' is a snapshot of a container.
...@@ -24,6 +20,10 @@ ...@@ -24,6 +20,10 @@
%br %br
docker push #{escape_once(@project.container_registry_repository_url)} docker push #{escape_once(@project.container_registry_repository_url)}
- if @tags.blank?
%li
.nothing-here-block No images in Container Registry for this project.
- else - else
.table-holder .table-holder
%table.table.tags %table.table.tags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment