Skip to content

Commit ef76480

Browse files
committed
add comment
1 parent b890ad0 commit ef76480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/repo/issue/card.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363

6464
{{if or .Labels .Assignees}}
6565
<div class="issue-card-bottom">
66+
{{/* the labels container must always be present, to help the assignees list right-aligned */}}
6667
<div class="issue-card-bottom-part labels-list">
6768
{{range .Labels}}
6869
<a target="_blank" href="{{$.Issue.Repo.Link}}/issues?labels={{.ID}}">{{ctx.RenderUtils.RenderLabel .}}</a>

0 commit comments

Comments
 (0)