Commit b14719ea authored by Dylan Griffith's avatar Dylan Griffith

Partially revert ebcd5711 to fix runner pages

As described in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18738 there is a problem and the larger fix may take longer so we can just revert this small change for now
parent 4cfa8168
......@@ -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