0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-05 06:05:55 +01: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}} {{range $index, $job := .Jobs}}
<li> <li>
<a href="{{$.Run.Link}}/jobs/{{$index}}"> <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> </a>
</li> </li>
{{end}} {{end}}