mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-22 15:18:30 -04:00
Fix protected branch icon location (#26576)
This commit is contained in:
parent
70f8d10fc5
commit
e5e1d842c0
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