File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6161 <div class="ui compact tiny menu">
6262 <a class="item{{if not .IsShowClosed}} active{{end}}" href="{{.Link}}?type={{$.ViewType}}&repos=[{{range $.RepoIDs}}{{.}}%2C{{end}}]&sort={{$.SortType}}&state=open&q={{$.Keyword}}">
6363 {{svg "octicon-issue-opened" 16 "mr-3"}}
64- {{JsPrettyNumber .ShownIssueStats .OpenCount}} {{.i18n.Tr "repo.issues.open_title"}}
64+ {{JsPrettyNumber .IssueStats .OpenCount}} {{.i18n.Tr "repo.issues.open_title"}}
6565 </a>
6666 <a class="item{{if .IsShowClosed}} active{{end}}" href="{{.Link}}?type={{$.ViewType}}&repos=[{{range $.RepoIDs}}{{.}}%2C{{end}}]&sort={{$.SortType}}&state=closed&q={{$.Keyword}}">
6767 {{svg "octicon-issue-closed" 16 "mr-3"}}
68- {{JsPrettyNumber .ShownIssueStats .ClosedCount}} {{.i18n.Tr "repo.issues.closed_title"}}
68+ {{JsPrettyNumber .IssueStats .ClosedCount}} {{.i18n.Tr "repo.issues.closed_title"}}
6969 </a>
7070 </div>
7171 </div>
You can’t perform that action at this time.
0 commit comments