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 @@ ...@@ -33,7 +33,7 @@
= tag = tag
%td %td
- if runner.contacted_at - if runner.contacted_at
= time_ago_with_tooltip runner.contacted_at #{time_ago_in_words(runner.contacted_at)} ago
- else - else
Never Never
%td.admin-runner-btn-group-cell %td.admin-runner-btn-group-cell
......
...@@ -62,6 +62,6 @@ ...@@ -62,6 +62,6 @@
%td Last contact %td Last contact
%td %td
- if @runner.contacted_at - if @runner.contacted_at
= time_ago_with_tooltip @runner.contacted_at #{time_ago_in_words(@runner.contacted_at)} ago
- else - else
Never 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