mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 06:24:11 +01:00 
			
		
		
		
	Fix bug about comment attachment (#11272)
This commit is contained in:
		
							parent
							
								
									28f8308d47
								
							
						
					
					
						commit
						71e4c75a61
					
				@ -52,10 +52,10 @@
 | 
			
		||||
					</div>
 | 
			
		||||
					<div id="comment-{{.ID}}" class="raw-content hide">{{.Content}}</div>
 | 
			
		||||
					<div class="edit-content-zone hide" data-write="issuecomment-{{.ID}}-write" data-preview="issuecomment-{{.ID}}-preview" data-update-url="{{$.RepoLink}}/comments/{{.ID}}" data-context="{{$.RepoLink}}" data-attachment-url="{{$.RepoLink}}/comments/{{.ID}}/attachments"></div>
 | 
			
		||||
				{{if .Issue.Attachments}}
 | 
			
		||||
				{{if .Attachments}}
 | 
			
		||||
					<div class="ui clearing divider"></div>
 | 
			
		||||
					<div class="ui middle aligned padded grid">
 | 
			
		||||
						{{template "repo/issue/view_content/attachments" Dict "ctx" $ "Attachments" .Issue.Attachments}}
 | 
			
		||||
						{{template "repo/issue/view_content/attachments" Dict "ctx" $ "Attachments" .Attachments}}
 | 
			
		||||
					</div>
 | 
			
		||||
				{{end}}
 | 
			
		||||
				</div>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user