You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{{if eq .State "pending"}}
|
|
|
|
<a href="{{.TargetURL}}" target=_blank><i class="commit-status circle icon yellow"></i></a>
|
|
|
|
{{end}}
|
|
|
|
{{if eq .State "success"}}
|
|
|
|
<a href="{{.TargetURL}}" target=_blank><i class="commit-status check icon green"></i></a>
|
|
|
|
{{end}}
|
|
|
|
{{if eq .State "error"}}
|
|
|
|
<a href="{{.TargetURL}}" target=_blank><i class="commit-status warning icon red"></i></a>
|
|
|
|
{{end}}
|
|
|
|
{{if eq .State "failure"}}
|
|
|
|
<a href="{{.TargetURL}}" target=_blank><i class="commit-status remove icon red"></i></a>
|
|
|
|
{{end}}
|
|
|
|
{{if eq .State "warning"}}
|
|
|
|
<a href="{{.TargetURL}}" target=_blank><i class="commit-status warning sign icon yellow"></i></a>
|
|
|
|
{{end}}
|