display attachments of review comment when comment content is blank (#23035)
fix: #22647
This commit is contained in:
parent
77f70bd5a3
commit
09d7377090
|
@ -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…
Reference in New Issue
Block a user