Skip to content
Snippets Groups Projects
Commit fffc8a59 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Show full container repository path in the UI

parent 7d3d1ec5
No related branches found
No related tags found
1 merge request!10109Multi-level container registry images
Loading
Loading
@@ -7,7 +7,7 @@
- else
= icon("chevron-down")
 
= escape_once(image.name)
= escape_once(image.path)
= clipboard_button(clipboard_text: "docker pull #{image.path}")
.controls.hidden-xs.pull-right
= link_to namespace_project_container_registry_path(@project.namespace, @project, image.id), class: 'btn btn-remove has-tooltip', title: "Remove image", data: { confirm: "Are you sure?" }, method: :delete do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment