mirror of https://github.com/go-gitea/gitea.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.
8 lines
499 B
8 lines
499 B
<div class="ui small dropdown selection"> |
|
<input name="all" type="hidden" value="{{.All}}">{{svg "octicon-triangle-down" 14 "dropdown icon"}} |
|
<div class="text">{{if .All}}{{ctx.Locale.Tr "repo.commits.search_all"}}{{else}}{{ctx.Locale.Tr "repo.commits.search_branch"}}{{end}}</div> |
|
<div class="menu"> |
|
<div class="item" data-value="false">{{ctx.Locale.Tr "repo.commits.search_branch"}}</div> |
|
<div class="item" data-value="true">{{ctx.Locale.Tr "repo.commits.search_all"}}</div> |
|
</div> |
|
</div>
|
|
|