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