From fffc8a59d7f193e451daace7c69f33603c906e8f Mon Sep 17 00:00:00 2001
From: Grzegorz Bizon <grzesiek.bizon@gmail.com>
Date: Thu, 30 Mar 2017 15:41:35 +0200
Subject: [PATCH] Show full container repository path in the UI

---
 app/views/projects/container_registry/_image.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/projects/container_registry/_image.html.haml b/app/views/projects/container_registry/_image.html.haml
index 4fd642a56c9..64b11e375c6 100644
--- a/app/views/projects/container_registry/_image.html.haml
+++ b/app/views/projects/container_registry/_image.html.haml
@@ -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
-- 
GitLab