summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-15 16:16:21 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-15 16:16:21 +0200
commit3213023dd657ba6c5c6d690fae2ca44a409b16fd (patch)
tree348d321e9538f5cbfb65f82cf92de0e36c3daf7c
parentf30d1fdf94a373649b2b570bbd6d77cbe817ebe0 (diff)
downloadgitlab-ce-docker-registry-manifest-v1.tar.gz
Show created_at in table columndocker-registry-manifest-v1
-rw-r--r--app/views/projects/container_registry/_tag.html.haml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/projects/container_registry/_tag.html.haml b/app/views/projects/container_registry/_tag.html.haml
index d5fa07fd180..f35faa6afb5 100644
--- a/app/views/projects/container_registry/_tag.html.haml
+++ b/app/views/projects/container_registry/_tag.html.haml
@@ -17,11 +17,11 @@
.light
\-
%td
- - if tag.created_at
- = time_ago_in_words(tag.created_at)
- - else
- .light
- \-
+ - if tag.created_at
+ = time_ago_in_words(tag.created_at)
+ - else
+ .light
+ \-
- if can?(current_user, :update_container_image, @project)
%td.content
.controls.hidden-xs.pull-right