2020-11-17 06:02:41 +01:00
|
|
|
<div class="ui labels list">
|
2023-03-02 18:44:06 +01:00
|
|
|
<span class="no-select item {{if .root.HasSelectedLabel}}gt-hidden{{end}}">{{.root.locale.Tr "repo.issues.new.no_label"}}</span>
|
2020-11-29 04:26:03 +01:00
|
|
|
<span class="labels-list">
|
2023-03-02 18:44:06 +01:00
|
|
|
{{range .root.Labels}}
|
2021-03-18 13:47:17 +01:00
|
|
|
{{template "repo/issue/labels/label" dict "root" $.root "label" .}}
|
2020-11-29 04:26:03 +01:00
|
|
|
{{end}}
|
2023-03-02 18:44:06 +01:00
|
|
|
{{range .root.OrgLabels}}
|
2021-03-18 13:47:17 +01:00
|
|
|
{{template "repo/issue/labels/label" dict "root" $.root "label" .}}
|
2020-11-29 04:26:03 +01:00
|
|
|
{{end}}
|
|
|
|
</span>
|
2020-11-17 06:02:41 +01:00
|
|
|
</div>
|