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 210a6ce commit 5f2417bCopy full SHA for 5f2417b
templates/repo/issue/view_content/comments.tmpl
@@ -117,9 +117,6 @@
117
{{end}}
118
</span>
119
</div>
120
- {{if and .Issue.IsClosed (eq $.LatestCloseCommentID .ID)}}
121
- {{break}}
122
- {{end}}
123
{{else if eq .Type 28}}
124
<div class="timeline-item event" id="{{.HashTag}}">
125
<span class="badge gt-bg-purple gt-text-white">{{svg "octicon-git-merge"}}</span>
@@ -700,6 +697,9 @@
700
697
701
698
702
699
{{else if and (eq .Type 29) (or (gt .CommitsNum 0) .IsForcePush)}}
+ {{if and .Issue.IsClosed (gt .ID $.LatestCloseCommentID)}}
+ {{continue}}
+ {{end}}
703
704
<span class="badge">{{svg "octicon-repo-push"}}</span>
705
<span class="text grey muted-links">
0 commit comments