File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4646 <div class="filter menu" data-id="#label_ids">
4747 <div class="no-select item">{{.i18n.Tr "repo.issues.new.clear_labels"}}</div>
4848 {{range .Labels}}
49- <a class="{{if .IsChecked}}checked{{end}} item has-emoji" href="#" data-id="{{.ID}}" data-id-selector="#label_{{.ID}}"><span class="octicon {{if .IsChecked}}octicon-check{{end}}"></span><span class="label color" style="background-color: {{.Color}}"></span> {{.Name}}</a>
49+ <a class="{{if .IsChecked}}checked{{end}} item has-emoji" href="#" data-id="{{.ID}}" data-id-selector="#label_{{.ID}}"><span class="octicon {{if .IsChecked}}octicon-check{{end}}"></span><span class="label color" style="background-color: {{.Color}}"></span> {{.Name}}
50+ {{if .Description }}<br><small class="desc">{{.Description}}</small>{{end}}</a>
5051 {{end}}
5152 </div>
5253 </div>
You can’t perform that action at this time.
0 commit comments