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

fix: #22647
forgejo
sillyguodong 1 year ago committed by GitHub
parent 77f70bd5a3
commit 09d7377090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 gt-df gt-ac gt-sb">

Loading…
Cancel
Save