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 df60dbf commit 712e19fCopy full SHA for 712e19f
templates/repo/issue/card.tmpl
@@ -61,7 +61,7 @@
61
{{if or .Labels .Assignees}}
62
<div class="extra content labels-list gt-p-0 gt-pt-2">
63
{{range .Labels}}
64
- <a target="_blank" href="{{$.Issue.Repo.Link}}/issues?labels={{.ID}}">{{RenderLabel ctx .}}</a>
+ <a target="_blank" href="{{$.Issue.Repo.Link}}/issues?labels={{.ID}}">{{RenderLabel ctx ctx.Locale .}}</a>
65
{{end}}
66
<div class="right floated">
67
{{range .Assignees}}
0 commit comments