Revert "Partially revert ebcd5711c5 to fix runner pages"

This reverts commit b14719ea04.
This commit is contained in:
Matija Čupić 2018-05-09 18:38:30 +02:00
parent 71be7a1c22
commit fb301b5030
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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