File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 5151 {{svg "octicon-triangle-down" 14 "dropdown icon"}}
5252 </span>
5353 <div class="menu">
54+ <div class="ui icon search input">
55+ <i class="icon df ac jc">{{svg "octicon-search" 16}}</i>
56+ <input type="text" placeholder="{{.i18n.Tr "repo.issues.filter_label"}}">
57+ </div>
5458 <span class="info">{{.locale.Tr "repo.issues.filter_label_exclude" | Safe}}</span>
5559 <a class="item" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&assignee={{$.AssigneeID}}">{{.locale.Tr "repo.issues.filter_label_no_select"}}</a>
5660 {{range .Labels}}
6670 {{svg "octicon-triangle-down" 14 "dropdown icon"}}
6771 </span>
6872 <div class="menu">
73+ <div class="ui icon search input">
74+ <i class="icon df ac jc">{{svg "octicon-search" 16}}</i>
75+ <input type="text" placeholder="{{.i18n.Tr "repo.issues.filter_assignee"}}">
76+ </div>
6977 <a class="item" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{.SelectLabels}}">{{.locale.Tr "repo.issues.filter_assginee_no_select"}}</a>
7078 {{range .Assignees}}
7179 <a class="{{if eq $.AssigneeID .ID}}active selected{{end}} item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{$.SelectLabels}}&assignee={{.ID}}">
You can’t perform that action at this time.
0 commit comments