We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3021fa commit 5dace73Copy full SHA for 5dace73
templates/repo/issue/openclose.tmpl
@@ -17,7 +17,7 @@
17
{{ctx.Locale.PrettyNumber .OpenCount}} {{ctx.Locale.Tr "repo.issues.open_title"}}
18
</a>
19
<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"}}
+ {{svg "octicon-issue-closed"}}
21
{{ctx.Locale.PrettyNumber .ClosedCount}} {{ctx.Locale.Tr "repo.issues.closed_title"}}
22
23
</div>
0 commit comments