mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	check if original author is set (#14971)
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
		@@ -44,7 +44,7 @@
 | 
				
			|||||||
					</div>
 | 
										</div>
 | 
				
			||||||
					<div class="comment-header-right actions df ac">
 | 
										<div class="comment-header-right actions df ac">
 | 
				
			||||||
						{{if not $.Repository.IsArchived}}
 | 
											{{if not $.Repository.IsArchived}}
 | 
				
			||||||
							{{if or (and (eq .PosterID .Issue.PosterID) (eq .Issue.OriginalAuthorID 0)) (eq .Issue.OriginalAuthorID .OriginalAuthorID) }}
 | 
												{{if or (and (eq .PosterID .Issue.PosterID) (eq .Issue.OriginalAuthorID 0)) (and (eq .Issue.OriginalAuthorID .OriginalAuthorID) (not (eq .OriginalAuthorID 0))) }}
 | 
				
			||||||
								<div class="ui basic label">
 | 
													<div class="ui basic label">
 | 
				
			||||||
									{{$.i18n.Tr "repo.issues.poster"}}
 | 
														{{$.i18n.Tr "repo.issues.poster"}}
 | 
				
			||||||
								</div>
 | 
													</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user