2023-05-03 17:58:59 -04:00
|
|
|
<div class="small-menu-items ui compact tiny menu">
|
2023-01-28 22:45:29 -05:00
|
|
|
<a class="{{if not .IsShowClosed}}active {{end}}item" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state=open&labels={{.SelectLabels}}&milestone={{.MilestoneID}}&project={{.ProjectID}}&assignee={{.AssigneeID}}&poster={{.PosterID}}">
|
2022-06-12 08:08:23 -04:00
|
|
|
{{if .PageIsPullList}}
|
2023-02-13 12:59:59 -05:00
|
|
|
{{svg "octicon-git-pull-request" 16 "gt-mr-3"}}
|
2022-06-12 08:08:23 -04:00
|
|
|
{{else}}
|
2023-02-13 12:59:59 -05:00
|
|
|
{{svg "octicon-issue-opened" 16 "gt-mr-3"}}
|
2022-06-12 08:08:23 -04:00
|
|
|
{{end}}
|
2023-04-16 23:37:23 -04:00
|
|
|
{{.locale.PrettyNumber .IssueStats.OpenCount}} {{.locale.Tr "repo.issues.open_title"}}
|
2020-11-29 10:52:11 -05:00
|
|
|
</a>
|
2023-01-28 22:45:29 -05:00
|
|
|
<a class="{{if .IsShowClosed}}active {{end}}item" href="{{$.Link}}?q={{$.Keyword}}&type={{.ViewType}}&sort={{$.SortType}}&state=closed&labels={{.SelectLabels}}&milestone={{.MilestoneID}}&project={{.ProjectID}}&assignee={{.AssigneeID}}&poster={{.PosterID}}">
|
2023-02-13 12:59:59 -05:00
|
|
|
{{svg "octicon-check" 16 "gt-mr-3"}}
|
2023-04-16 23:37:23 -04:00
|
|
|
{{.locale.PrettyNumber .IssueStats.ClosedCount}} {{.locale.Tr "repo.issues.closed_title"}}
|
2020-11-29 10:52:11 -05:00
|
|
|
</a>
|
|
|
|
</div>
|