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

Show created_at in table column

parent f30d1fdf
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
.light .light
\- \-
%td %td
- if tag.created_at - if tag.created_at
= time_ago_in_words(tag.created_at) = time_ago_in_words(tag.created_at)
- else - else
.light .light
\- \-
- if can?(current_user, :update_container_image, @project) - if can?(current_user, :update_container_image, @project)
%td.content %td.content
.controls.hidden-xs.pull-right .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