check if original author is set (#14971)
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
		
							parent
							
								
									ff1bccf3dd
								
							
						
					
					
						commit
						3c7582061f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -44,7 +44,7 @@ | |||
| 					</div> | ||||
| 					<div class="comment-header-right actions df ac"> | ||||
| 						{{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"> | ||||
| 									{{$.i18n.Tr "repo.issues.poster"}} | ||||
| 								</div> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue