Norwin
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
templates/repo/issue/labels/labels_sidebar.tmpl
|
|
@ -2,10 +2,10 @@ |
|
|
|
<span class="no-select item {{if .ctx.HasSelectedLabel}}hide{{end}}">{{.ctx.i18n.Tr "repo.issues.new.no_label"}}</span> |
|
|
|
<span class="labels-list"> |
|
|
|
{{range .ctx.Labels}} |
|
|
|
{{template "repo/issue/labels/label" dict "root" $ "label" .}} |
|
|
|
{{template "repo/issue/labels/label" dict "root" $.root "label" .}} |
|
|
|
{{end}} |
|
|
|
{{range .ctx.OrgLabels}} |
|
|
|
{{template "repo/issue/labels/label" dict "root" $ "label" .}} |
|
|
|
{{template "repo/issue/labels/label" dict "root" $.root "label" .}} |
|
|
|
{{end}} |
|
|
|
</span> |
|
|
|
</div> |