2018-03-23 08:10:42 -06:00
|
|
|
<form class="ui form ignore-dirty">
|
2020-06-11 21:35:03 -06:00
|
|
|
<div class="ui search fluid action input">
|
2017-01-24 19:43:02 -07: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="assignee" value="{{$.AssigneeID}}"/>
|
2020-07-26 20:43:14 -06:00
|
|
|
<input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}...">
|
2022-05-19 16:08:08 -06:00
|
|
|
<button class="ui primary button" type="submit">{{.i18n.Tr "explore.search"}}</button>
|
2017-01-24 19:43:02 -07:00
|
|
|
</div>
|
|
|
|
</form>
|