Revert "Partially revert ebcd5711c5
to fix runner pages"
This reverts commit b14719ea04
.
This commit is contained in:
parent
71be7a1c22
commit
fb301b5030
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
= tag
|
||||
%td
|
||||
- if runner.contacted_at
|
||||
#{time_ago_in_words(runner.contacted_at)} ago
|
||||
= time_ago_with_tooltip runner.contacted_at
|
||||
- else
|
||||
Never
|
||||
%td.admin-runner-btn-group-cell
|
||||
|
|
|
@ -66,6 +66,6 @@
|
|||
%td Last contact
|
||||
%td
|
||||
- if @runner.contacted_at
|
||||
#{time_ago_in_words(@runner.contacted_at)} ago
|
||||
= time_ago_with_tooltip @runner.contacted_at
|
||||
- else
|
||||
Never
|
||||
|
|
Loading…
Reference in a new issue