mirror of
https://github.com/go-gitea/gitea
synced 2024-11-18 22:59:24 +01:00
fix missed RenderLabel change in card template (#29772)
regression of #29680 close #29770 PS: it would be nice to have a linter that is able to check template helpers ...
This commit is contained in:
parent
df60dbfb99
commit
712e19fa6f
@ -61,7 +61,7 @@
|
||||
{{if or .Labels .Assignees}}
|
||||
<div class="extra content labels-list gt-p-0 gt-pt-2">
|
||||
{{range .Labels}}
|
||||
<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>
|
||||
{{end}}
|
||||
<div class="right floated">
|
||||
{{range .Assignees}}
|
||||
|
Loading…
Reference in New Issue
Block a user