forked from forgejo/forgejo
Backport #26576 by @yp05327 Before:  After:  Co-authored-by: yp05327 <576951401@qq.com>
This commit is contained in:
parent
d74fba8175
commit
a6a79add68
2 changed files with 10 additions and 8 deletions
|
@ -1,4 +1,5 @@
|
|||
<!-- make sure this matches the color logic in web_src/js/components/DashboardRepoList.vue -->
|
||||
<span class="gt-df">
|
||||
{{if eq .State "pending"}}
|
||||
{{svg "octicon-dot-fill" 18 "commit-status icon text yellow"}}
|
||||
{{end}}
|
||||
|
@ -11,3 +12,4 @@
|
|||
{{if eq .State "failure"}}
|
||||
{{svg "octicon-x" 18 "commit-status icon text red"}}
|
||||
{{end}}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue