Display attachments of review comment when comment content is blank (#23035) (#23046)

Backport #23035

Co-authored-by: sillyguodong <33891828+sillyguodong@users.noreply.github.com>
tokarchuk/v1.18
John Olheiser 1 year ago committed by GitHub
parent 760cf419ba
commit bbfd34575a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/repo/issue/view_content/comments.tmpl

@ -399,7 +399,7 @@
{{end}}
</span>
</div>
{{if .Content}}
{{if or .Content .Attachments}}
<div class="timeline-item comment" id="{{.HashTag}}">
<div class="content comment-container">
<div class="ui top attached header comment-header df ac sb">

Loading…
Cancel
Save