|
|
@ -6,7 +6,11 @@ |
|
|
|
<div class="ui tiny search input"> |
|
|
|
<div class="ui tiny search input"> |
|
|
|
<input name="q" placeholder="{{.i18n.Tr "repo.commits.search"}}" value="{{.Keyword}}" autofocus> |
|
|
|
<input name="q" placeholder="{{.i18n.Tr "repo.commits.search"}}" value="{{.Keyword}}" autofocus> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<input type="checkbox" name="all" id="all" value="true" {{.All}}><label for="all">{{.i18n.Tr "repo.commits.search_all"}}</label> |
|
|
|
|
|
|
|
|
|
|
|
<div class="ui checkbox"> |
|
|
|
|
|
|
|
<input type="checkbox" name="all" id="all" value="true" {{.All}}> |
|
|
|
|
|
|
|
<label for="all">{{.i18n.Tr "repo.commits.search_all"}} </label> |
|
|
|
|
|
|
|
</div> |
|
|
|
<button class="ui black tiny button" data-panel="#add-deploy-key-panel">{{.i18n.Tr "repo.commits.find"}}</button> |
|
|
|
<button class="ui black tiny button" data-panel="#add-deploy-key-panel">{{.i18n.Tr "repo.commits.find"}}</button> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|