moduleRunnersHelperdefrunner_status_icon(runner)unlessrunner.contacted_atreturncontent_tag:i,nil,class: "fa fa-warning-sign",title: "New runner. Has not connected yet"endstatus=ifrunner.active?runner.contacted_at>3.hour.ago?:online::offlineelse:pausedendcontent_tag:i,nil,class: "fa fa-circle runner-status-#{status}",title: "Runner is #{status}, last contact was #{time_ago_in_words(runner.contacted_at)} ago"endend