提交 b14719ea 编写于 作者: D 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
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册