diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/commit_status.tmpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/repo/commit_status.tmpl b/templates/repo/commit_status.tmpl index d52e151247..6a01b9f342 100644 --- a/templates/repo/commit_status.tmpl +++ b/templates/repo/commit_status.tmpl @@ -1,7 +1,4 @@ -{{if eq .State "pending"}} - {{svg "octicon-dot-fill" 18 "commit-status icon text grey"}} -{{end}} -{{if eq .State "running"}} +{{if or (eq .State "pending") (eq .State "running")}} {{svg "octicon-dot-fill" 18 "commit-status icon text yellow"}} {{end}} {{if eq .State "success"}} |