2020-11-17 00:02:41 -05:00
|
|
|
<div class="ui labels list">
|
2023-09-25 04:56:50 -04:00
|
|
|
<span class="no-select item {{if .root.HasSelectedLabel}}gt-hidden{{end}}">{{ctx.Locale.Tr "repo.issues.new.no_label"}}</span>
|
2020-11-28 22:26:03 -05:00
|
|
|
<span class="labels-list">
|
2023-03-02 12:44:06 -05:00
|
|
|
{{range .root.Labels}}
|
2021-03-18 08:47:17 -04:00
|
|
|
{{template "repo/issue/labels/label" dict "root" $.root "label" .}}
|
2020-11-28 22:26:03 -05:00
|
|
|
{{end}}
|
2023-03-02 12:44:06 -05:00
|
|
|
{{range .root.OrgLabels}}
|
2021-03-18 08:47:17 -04:00
|
|
|
{{template "repo/issue/labels/label" dict "root" $.root "label" .}}
|
2020-11-28 22:26:03 -05:00
|
|
|
{{end}}
|
|
|
|
</span>
|
2020-11-17 00:02:41 -05:00
|
|
|
</div>
|