Fix inconsistent closed issue list icon (#33722)
Fixe #33718 Before  After  (cherry picked from commit 74c8e95e87300c74453e6aedd8a41352dbac02f9)
This commit is contained in:
parent
46d1a0f5c1
commit
670ad6e150
|
@ -10,7 +10,7 @@
|
|||
{{ctx.Locale.PrettyNumber .OpenCount}} {{ctx.Locale.Tr "repo.issues.open_title"}}
|
||||
</a>
|
||||
<a class="{{if eq .State "closed"}}active {{end}}item" href="{{.ClosedLink}}" data-test-name="closed-issue-count">
|
||||
{{svg "octicon-check" 16 "tw-mr-2"}}
|
||||
{{svg "octicon-issue-closed" 16 "tw-mr-2"}}
|
||||
{{ctx.Locale.PrettyNumber .ClosedCount}} {{ctx.Locale.Tr "repo.issues.closed_title"}}
|
||||
</a>
|
||||
{{if not .PageIsMilestones}}
|
||||
|
|
Loading…
Reference in New Issue