2023-04-30 03:33:25 +00:00
|
|
|
<form class="list-header-search ui form ignore-dirty">
|
|
|
|
<div class="ui small search fluid action input">
|
2023-03-27 16:05:51 +00:00
|
|
|
<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}}">
|
2022-06-27 20:58:46 +00:00
|
|
|
<input name="q" value="{{.Keyword}}" placeholder="{{.locale.Tr "explore.search"}}...">
|
2023-04-30 03:33:25 +00:00
|
|
|
<button class="ui small icon button" type="submit" aria-label="{{.locale.Tr "explore.search"}}">
|
|
|
|
{{svg "octicon-search"}}
|
|
|
|
</button>
|
2017-01-25 02:43:02 +00:00
|
|
|
</div>
|
|
|
|
</form>
|