2023-06-18 12:31:42 +02:00
|
|
|
<form class="list-header-search ui form ignore-dirty issue-list-search">
|
2023-04-30 05:33:25 +02:00
|
|
|
<div class="ui small search fluid action input">
|
2023-03-28 00:05:51 +08:00
|
|
|
<input type="hidden" name="state" value="{{$.State}}">
|
2023-10-18 09:03:42 +09:00
|
|
|
{{if not .PageIsMilestones}}
|
|
|
|
|
<input type="hidden" name="type" value="{{$.ViewType}}">
|
2024-12-11 14:33:24 +08:00
|
|
|
<input type="hidden" name="labels" value="{{$.SelectLabels}}">
|
2023-10-18 09:03:42 +09:00
|
|
|
<input type="hidden" name="milestone" value="{{$.MilestoneID}}">
|
|
|
|
|
<input type="hidden" name="project" value="{{$.ProjectID}}">
|
|
|
|
|
<input type="hidden" name="assignee" value="{{$.AssigneeID}}">
|
2024-12-08 20:44:17 +08:00
|
|
|
<input type="hidden" name="poster" value="{{$.PosterUsername}}">
|
2025-06-02 11:14:16 +03:00
|
|
|
<input type="hidden" name="sort" value="{{$.SortType}}">
|
2023-10-18 09:03:42 +09:00
|
|
|
{{end}}
|
2024-03-15 00:24:59 +01:00
|
|
|
{{template "shared/search/input" dict "Value" .Keyword}}
|
2023-05-10 23:50:58 +08:00
|
|
|
{{if .PageIsIssueList}}
|
2026-01-24 19:30:47 +08:00
|
|
|
<button id="issue-list-quick-goto" type="button" class="ui small icon button tw-hidden tw-mr-[-1px]" data-repo-link="{{.RepoLink}}">{{svg "octicon-hash" 12}} {{ctx.Locale.Tr "repo.issues.quick_goto"}}</button>
|
2023-05-10 23:50:58 +08:00
|
|
|
{{end}}
|
2024-03-15 00:24:59 +01:00
|
|
|
{{template "shared/search/button"}}
|
2017-01-24 21:43:02 -05:00
|
|
|
</div>
|
|
|
|
|
</form>
|