2020-11-17 05:02:41 +00:00
|
|
|
<div class="ui labels list">
|
2024-03-24 18:23:38 +00:00
|
|
|
<span class="no-select item {{if .root.HasSelectedLabel}}tw-hidden{{end}}">{{ctx.Locale.Tr "repo.issues.new.no_label"}}</span>
|
2024-07-14 03:38:45 +00:00
|
|
|
{{if .root.HasSelectedLabel}}
|
|
|
|
<span class="labels-list">
|
|
|
|
{{range .root.Labels}}
|
|
|
|
{{template "repo/issue/labels/label" dict "root" $.root "label" .}}
|
|
|
|
{{end}}
|
|
|
|
{{range .root.OrgLabels}}
|
|
|
|
{{template "repo/issue/labels/label" dict "root" $.root "label" .}}
|
|
|
|
{{end}}
|
|
|
|
</span>
|
|
|
|
{{end}}
|
2020-11-17 05:02:41 +00:00
|
|
|
</div>
|