File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 82
82
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
83
83
</span>
84
84
<div class="menu">
85
+ <div class="ui icon search input">
86
+ <i class="icon df ac jc">{{svg "octicon-search" 16}}</i>
87
+ <input type="text" placeholder="{{.i18n.Tr "repo.issues.filter_poster"}}">
88
+ </div>
85
89
<a class="item" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{.SelectLabels}}&milestone={{$.MilestoneID}}&assignee={{$.AssigneeID}}">{{.locale.Tr "repo.issues.filter_poster_no_select"}}</a>
86
90
{{range .Posters}}
87
91
<a class="{{if eq $.PosterID .ID}}active selected{{end}} item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{$.SelectLabels}}&milestone={{$.MilestoneID}}&assignee={{$.AssigneeID}}&poster={{.ID}}">
You can’t perform that action at this time.
0 commit comments