1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-15 14:08:28 +00:00

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

Backport #23035

Co-authored-by: sillyguodong <33891828+sillyguodong@users.noreply.github.com>
This commit is contained in:
John Olheiser
2023-02-21 11:10:29 -06:00
committed by GitHub
parent 760cf419ba
commit bbfd34575a

View File

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