diff options
author | Dylan Griffith <dyl.griffith@gmail.com> | 2018-05-04 14:16:41 +0200 |
---|---|---|
committer | Dylan Griffith <dyl.griffith@gmail.com> | 2018-05-04 14:16:41 +0200 |
commit | b14719ea04f29888e2bbbdccda872d3cb4e70ae7 (patch) | |
tree | 6a1d3fd677c2513c701d7c7a2bece9758df34a4e /app/views/projects/runners | |
parent | 4cfa8168a204b42d2982a6817c9ba6c960ae62b3 (diff) | |
download | gitlab-ce-b14719ea04f29888e2bbbdccda872d3cb4e70ae7.tar.gz |
Partially revert ebcd5711c5ff937bf925002bf9a5b636b037684e 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
Diffstat (limited to 'app/views/projects/runners')
-rw-r--r-- | app/views/projects/runners/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/runners/show.html.haml b/app/views/projects/runners/show.html.haml index 322152cfaca..f33e7e25b68 100644 --- a/app/views/projects/runners/show.html.haml +++ b/app/views/projects/runners/show.html.haml @@ -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 |