mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
701 B
15 lines
701 B
8 years ago
|
<form action="{{$.Link}}">
|
||
|
<div class="ui tiny search input">
|
||
|
<input type="hidden" name="type" value="{{$.ViewType}}">
|
||
|
<input type="hidden" name="sort" value="{{$.SortType}}">
|
||
|
<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}}">
|
||
|
<input class="ays-ignore" name="q" placeholder="{{.i18n.Tr "explore.search"}}..." value="{{$.Keyword}}" autofocus>
|
||
|
</div>
|
||
|
<!-- <button class="ui black tiny button" data-panel="#add-deploy-key-panel">Finden</button> -->
|
||
|
</form>
|
||
|
|
||
|
|