Commit 3213023d authored by Kamil Trzcinski's avatar Kamil Trzcinski

Show created_at in table column

parent f30d1fdf
......@@ -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
......
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