Merge branch 'fix-runner-pages-errors' into 'master'

Partially revert ebcd5711c5 to fix runner pages

See merge request gitlab-org/gitlab-ce!18763
This commit is contained in:
Kamil Trzciński 2018-05-06 13:40:44 +00:00
commit 927a9b13f0
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
= tag
%td
- if runner.contacted_at
= time_ago_with_tooltip runner.contacted_at
#{time_ago_in_words(runner.contacted_at)} ago
- else
Never
%td.admin-runner-btn-group-cell

View File

@ -62,6 +62,6 @@
%td Last contact
%td
- if @runner.contacted_at
= time_ago_with_tooltip @runner.contacted_at
#{time_ago_in_words(@runner.contacted_at)} ago
- else
Never