mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Show created_at in table column
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user