|
15 | 15 | </span>
|
16 | 16 | <div class="menu">
|
17 | 17 | <div class="ui icon search input">
|
18 |
| - <i class="icon gt-df gt-ac gt-jc">{{svg "octicon-search" 16}}</i> |
| 18 | + <i class="icon">{{svg "octicon-search" 16}}</i> |
19 | 19 | <input type="text" placeholder="{{.locale.Tr "repo.issues.filter_label"}}">
|
20 | 20 | </div>
|
21 | 21 | <span class="info">{{.locale.Tr "repo.issues.filter_label_exclude" | Safe}}</span>
|
|
43 | 43 | </span>
|
44 | 44 | <div class="menu">
|
45 | 45 | <div class="ui icon search input">
|
46 |
| - <i class="icon gt-df gt-ac gt-jc">{{svg "octicon-search" 16}}</i> |
| 46 | + <i class="icon">{{svg "octicon-search" 16}}</i> |
47 | 47 | <input type="text" placeholder="{{.locale.Tr "repo.issues.filter_milestone"}}">
|
48 | 48 | </div>
|
49 | 49 | <div class="divider"></div>
|
|
81 | 81 | </span>
|
82 | 82 | <div class="menu">
|
83 | 83 | <div class="ui icon search input">
|
84 |
| - <i class="icon gt-df gt-ac gt-jc">{{svg "octicon-search" 16}}</i> |
| 84 | + <i class="icon">{{svg "octicon-search" 16}}</i> |
85 | 85 | <input type="text" placeholder="{{.locale.Tr "repo.issues.filter_project"}}">
|
86 | 86 | </div>
|
87 | 87 | <a class="{{if not .ProjectID}}active selected {{end}}item" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{.SelectLabels}}&assignee={{$.AssigneeID}}&poster={{$.PosterID}}">{{.locale.Tr "repo.issues.filter_project_all"}}</a>
|
|
123 | 123 | </span>
|
124 | 124 | <div class="menu">
|
125 | 125 | <div class="ui icon search input">
|
126 |
| - <i class="icon gt-df gt-ac gt-jc">{{svg "octicon-search" 16}}</i> |
| 126 | + <i class="icon">{{svg "octicon-search" 16}}</i> |
127 | 127 | <input type="text" placeholder="{{.locale.Tr "repo.issues.filter_poster"}}">
|
128 | 128 | </div>
|
129 | 129 | <a class="item" data-value="0">{{.locale.Tr "repo.issues.filter_poster_no_select"}}</a>
|
|
138 | 138 | </span>
|
139 | 139 | <div class="menu">
|
140 | 140 | <div class="ui icon search input">
|
141 |
| - <i class="icon gt-df gt-ac gt-jc">{{svg "octicon-search" 16}}</i> |
| 141 | + <i class="icon">{{svg "octicon-search" 16}}</i> |
142 | 142 | <input type="text" placeholder="{{.locale.Tr "repo.issues.filter_assignee"}}">
|
143 | 143 | </div>
|
144 | 144 | <a class="{{if not .AssigneeID}}active selected {{end}}item" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&labels={{.SelectLabels}}&milestone={{$.MilestoneID}}&project={{$.ProjectID}}&poster={{$.PosterID}}">{{.locale.Tr "repo.issues.filter_assginee_no_select"}}</a>
|
|
0 commit comments