Commit 7aee7134 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Improve design of the feature

parent 143cd58c
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
= clipboard_button(clipboard_text: "docker pull #{tag.path}") = clipboard_button(clipboard_text: "docker pull #{tag.path}")
%td %td
- if layer = tag.layers.first - if layer = tag.layers.first
%span.has-tooltip(title="#{layer.revision}") %span.has-tooltip{ title: "#{layer.revision}" }
= layer.short_revision = layer.short_revision
- else - else
\- \-
......
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