File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 46
46
<div class="filter menu" data-id="#label_ids">
47
47
<div class="no-select item">{{.i18n.Tr "repo.issues.new.clear_labels"}}</div>
48
48
{{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>
50
51
{{end}}
51
52
</div>
52
53
</div>
You can’t perform that action at this time.
0 commit comments