deleted templates folder
This commit is contained in:
8
repo/commits_search_dropdown.tmpl
Normal file
8
repo/commits_search_dropdown.tmpl
Normal file
@ -0,0 +1,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>
|
Reference in New Issue
Block a user