2023-06-18 16:01:42 +05:30
|
|
|
<form class="list-header-search ui form ignore-dirty issue-list-search">
|
2023-04-30 09:03:25 +05:30
|
|
|
<div class="ui small search fluid action input">
|
2023-03-27 21:35:51 +05:30
|
|
|
<input type="hidden" name="type" value="{{$.ViewType}}">
|
|
|
|
<input type="hidden" name="state" value="{{$.State}}">
|
|
|
|
<input type="hidden" name="labels" value="{{.SelectLabels}}">
|
|
|
|
<input type="hidden" name="milestone" value="{{$.MilestoneID}}">
|
|
|
|
<input type="hidden" name="project" value="{{$.ProjectID}}">
|
|
|
|
<input type="hidden" name="assignee" value="{{$.AssigneeID}}">
|
|
|
|
<input type="hidden" name="poster" value="{{$.PosterID}}">
|
2023-06-22 15:57:35 +05:30
|
|
|
{{template "shared/searchinput" dict "locale" .locale "Value" .Keyword}}
|
2023-05-10 21:20:58 +05:30
|
|
|
{{if .PageIsIssueList}}
|
|
|
|
<button id="issue-list-quick-goto" class="ui small icon button gt-hidden" data-tooltip-content="{{.locale.Tr "explore.go_to"}}" data-repo-link="{{.RepoLink}}">{{svg "octicon-hash"}}</button>
|
|
|
|
{{end}}
|
|
|
|
<button class="ui small icon button" aria-label="{{.locale.Tr "explore.search"}}">{{svg "octicon-search"}}</button>
|
2017-01-25 08:13:02 +05:30
|
|
|
</div>
|
|
|
|
</form>
|