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 2aa59ba commit 74c8e95Copy full SHA for 74c8e95
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