2020-11-29 21:22:11 +05:30
|
|
|
<div class="ui compact tiny menu">
|
2022-08-09 01:33:58 +05:30
|
|
|
<a class="{{if not .IsShowClosed}}active{{end}} item" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state=open&labels={{.SelectLabels}}&milestone={{.MilestoneID}}&assignee={{.AssigneeID}}&poster={{.PosterID}}">
|
2022-06-12 17:38:23 +05:30
|
|
|
{{if .PageIsPullList}}
|
|
|
|
{{svg "octicon-git-pull-request" 16 "mr-3"}}
|
|
|
|
{{else}}
|
|
|
|
{{svg "octicon-issue-opened" 16 "mr-3"}}
|
|
|
|
{{end}}
|
2022-06-28 02:28:46 +05:30
|
|
|
{{JsPrettyNumber .IssueStats.OpenCount}} {{.locale.Tr "repo.issues.open_title"}}
|
2020-11-29 21:22:11 +05:30
|
|
|
</a>
|
2022-08-09 01:33:58 +05:30
|
|
|
<a class="{{if .IsShowClosed}}active{{end}} item" href="{{$.Link}}?q={{$.Keyword}}&type={{.ViewType}}&sort={{$.SortType}}&state=closed&labels={{.SelectLabels}}&milestone={{.MilestoneID}}&assignee={{.AssigneeID}}&poster={{.PosterID}}">
|
2022-06-12 17:38:23 +05:30
|
|
|
{{svg "octicon-check" 16 "mr-3"}}
|
2022-06-28 02:28:46 +05:30
|
|
|
{{JsPrettyNumber .IssueStats.ClosedCount}} {{.locale.Tr "repo.issues.closed_title"}}
|
2020-11-29 21:22:11 +05:30
|
|
|
</a>
|
|
|
|
</div>
|