mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
display attachments of review comment when comment content is blank (#23035)
fix: #22647
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user