We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070c578 commit 032f4c3Copy full SHA for 032f4c3
templates/repo/issue/labels/labels_sidebar.tmpl
@@ -2,10 +2,10 @@
2
<span class="no-select item {{if .ctx.HasSelectedLabel}}hide{{end}}">{{.ctx.i18n.Tr "repo.issues.new.no_label"}}</span>
3
<span class="labels-list">
4
{{range .ctx.Labels}}
5
- {{template "repo/issue/labels/label" dict "root" $ "label" .}}
+ {{template "repo/issue/labels/label" dict "root" $.root "label" .}}
6
{{end}}
7
{{range .ctx.OrgLabels}}
8
9
10
</span>
11
</div>
0 commit comments