We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d1a0f commit 670ad6eCopy full SHA for 670ad6e
templates/repo/issue/openclose.tmpl
@@ -10,7 +10,7 @@
10
{{ctx.Locale.PrettyNumber .OpenCount}} {{ctx.Locale.Tr "repo.issues.open_title"}}
11
</a>
12
<a class="{{if eq .State "closed"}}active {{end}}item" href="{{.ClosedLink}}" data-test-name="closed-issue-count">
13
- {{svg "octicon-check" 16 "tw-mr-2"}}
+ {{svg "octicon-issue-closed" 16 "tw-mr-2"}}
14
{{ctx.Locale.PrettyNumber .ClosedCount}} {{ctx.Locale.Tr "repo.issues.closed_title"}}
15
16
{{if not .PageIsMilestones}}
0 commit comments