diff --git a/templates/shared/actions/runner_list.tmpl b/templates/shared/actions/runner_list.tmpl index 365b8f278f..3a58464602 100644 --- a/templates/shared/actions/runner_list.tmpl +++ b/templates/shared/actions/runner_list.tmpl @@ -78,7 +78,7 @@ {{.}} {{end}} - {{TimeSinceUnix .LastOnline $.locale}} + {{if .LastOnline}}{{TimeSinceUnix .LastOnline $.locale}}{{else}}{{$.locale.Tr "never"}}{{end}} {{if .Editable $.RunnerOnwerID $.RunnerRepoID}} {{svg "octicon-pencil"}}