From 7aee713420d5533452613480082660f0647f5598 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski <ayufan@ayufan.eu> Date: Mon, 16 May 2016 17:29:14 -0500 Subject: [PATCH] Improve design of the feature --- app/views/projects/container_registry/_tag.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/container_registry/_tag.html.haml b/app/views/projects/container_registry/_tag.html.haml index 10eabc6cd6..4e9f936539 100644 --- a/app/views/projects/container_registry/_tag.html.haml +++ b/app/views/projects/container_registry/_tag.html.haml @@ -4,7 +4,7 @@ = clipboard_button(clipboard_text: "docker pull #{tag.path}") %td - if layer = tag.layers.first - %span.has-tooltip(title="#{layer.revision}") + %span.has-tooltip{ title: "#{layer.revision}" } = layer.short_revision - else \- -- 2.30.9