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 7b9e23c commit 47bb5f1Copy full SHA for 47bb5f1
templates/repo/issue/view_content/comments.tmpl
@@ -700,8 +700,8 @@
700
<!-- If PR is closed, the comments whose type is CommentTypePullRequestPush(29) after latestCloseCommentID won't be rendered. //-->
701
{{if and .Issue.IsClosed (gt .ID $.LatestCloseCommentID)}}
702
{{continue}}
703
- {{end}}`
704
- <div class="timeline-item event" id="{{.HashTag}}">`
+ {{end}}
+ <div class="timeline-item event" id="{{.HashTag}}">
705
<span class="badge">{{svg "octicon-repo-push"}}</span>
706
<span class="text grey muted-links">
707
{{template "shared/user/authorlink" .Poster}}
0 commit comments