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