summaryrefslogtreecommitdiffstats
path: root/templates/repo/commits_search_dropdown.tmpl
blob: 5aa3f4f320b00ccab9f2430a65d7a266efc37eeb (plain)
1
2
3
4
5
6
7
8
<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>