2018-03-23 10:10:42 -04:00
|
|
|
<form class="ui form ignore-dirty">
|
2020-06-11 23:35:03 -04:00
|
|
|
<div class="ui search fluid action input">
|
2017-01-24 21:43:02 -05: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}}"/>
|
2022-08-08 16:03:58 -04:00
|
|
|
<input type="hidden" name="poster" value="{{$.PosterID}}"/>
|
2022-06-27 16:58:46 -04:00
|
|
|
<input name="q" value="{{.Keyword}}" placeholder="{{.locale.Tr "explore.search"}}...">
|
|
|
|
<button class="ui primary button" type="submit">{{.locale.Tr "explore.search"}}</button>
|
2017-01-24 21:43:02 -05:00
|
|
|
</div>
|
|
|
|
</form>
|