Skip to content

Commit 670ad6e

Browse files
lunnyGusted
authored andcommitted
1 parent 46d1a0f commit 670ad6e

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
@@ -10,7 +10,7 @@
1010
{{ctx.Locale.PrettyNumber .OpenCount}} {{ctx.Locale.Tr "repo.issues.open_title"}}
1111
</a>
1212
<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"}}
13+
{{svg "octicon-issue-closed" 16 "tw-mr-2"}}
1414
{{ctx.Locale.PrettyNumber .ClosedCount}}&nbsp;{{ctx.Locale.Tr "repo.issues.closed_title"}}
1515
</a>
1616
{{if not .PageIsMilestones}}

0 commit comments

Comments
 (0)