mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	display attachments of review comment when comment content is blank (#23035)
fix: #22647
This commit is contained in:
		@@ -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 gt-df gt-ac gt-sb">
 | 
											<div class="ui top attached header comment-header gt-df gt-ac gt-sb">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user