0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-21 14:34:43 +02:00
This commit is contained in:
NorthRealm 2025-07-07 13:01:21 +08:00
parent 31d82a4cbb
commit a63093528a

View File

@ -11,7 +11,7 @@
{{range $index, $job := .Jobs}}
<li>
<a href="{{$.Run.Link}}/jobs/{{$index}}">
{{$job.Status}}: {{$job.Name}}{{if $job.Attempt gt 1}}, Attempt #{{$job.Attempt}}{{end}}
{{$job.Status}}: {{$job.Name}}{{if gt $job.Attempt 1}}, Attempt #{{$job.Attempt}}{{end}}
</a>
</li>
{{end}}