mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 14:34:43 +02:00
MAILER
This commit is contained in:
parent
31d82a4cbb
commit
a63093528a
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user