Commit 927a9b13 authored by Kamil Trzciński's avatar Kamil Trzciński

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

Partially revert ebcd5711 to fix runner pages

See merge request gitlab-org/gitlab-ce!18763
parents 5e798f25 b14719ea
......@@ -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
......
......@@ -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
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