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 b890ad0 commit ef76480Copy full SHA for ef76480
templates/repo/issue/card.tmpl
@@ -63,6 +63,7 @@
63
64
{{if or .Labels .Assignees}}
65
<div class="issue-card-bottom">
66
+ {{/* the labels container must always be present, to help the assignees list right-aligned */}}
67
<div class="issue-card-bottom-part labels-list">
68
{{range .Labels}}
69
<a target="_blank" href="{{$.Issue.Repo.Link}}/issues?labels={{.ID}}">{{ctx.RenderUtils.RenderLabel .}}</a>
0 commit comments