Skip to content

Commit 27a60fd

Browse files
GiteaBotlunny
andauthored
Fix inconsistent closed issue list icon (#33722) (#33728)
Backport #33722 by @lunny Fixe #33718 Before ![image](https://github.com/user-attachments/assets/2c77e249-a118-4471-8c63-ead4fe0f6336) After ![image](https://github.com/user-attachments/assets/c082eba8-5b21-4814-b091-c725ca46ccf3) Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
1 parent e3021fa commit 27a60fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/openclose.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{{ctx.Locale.PrettyNumber .OpenCount}} {{ctx.Locale.Tr "repo.issues.open_title"}}
1818
</a>
1919
<a class="{{if eq .State "closed"}}active {{end}}item flex-text-inline" href="{{if eq .State "closed"}}{{$allStatesLink}}{{else}}{{$closedLink}}{{end}}">
20-
{{svg "octicon-check"}}
20+
{{svg "octicon-issue-closed"}}
2121
{{ctx.Locale.PrettyNumber .ClosedCount}} {{ctx.Locale.Tr "repo.issues.closed_title"}}
2222
</a>
2323
</div>

0 commit comments

Comments
 (0)