Fix templates (#10596)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
		
							parent
							
								
									4a2b76d9c8
								
							
						
					
					
						commit
						afa1e1af16
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -268,7 +268,7 @@ | |||
| 							</a> | ||||
| 						{{end}} | ||||
| 						{{if .IsPull}} | ||||
| 							{{if and (not .PullRequest.HasMerged) ((len .PullRequest.ConflictedFiles) gt 0)}} | ||||
| 							{{if and (not .PullRequest.HasMerged) (gt (len .PullRequest.ConflictedFiles) 0)}} | ||||
| 								<span class="conflicting">{{svg "octicon-mirror" 16}} {{$.i18n.Tr (TrN $.i18n.Lang (len .PullRequest.ConflictedFiles) "repo.pulls.num_conflicting_files_1" "repo.pulls.num_conflicting_files_n") (len .PullRequest.ConflictedFiles)}}</span> | ||||
| 							{{end}} | ||||
| 						{{end}} | ||||
|  |  | |||
|  | @ -170,7 +170,7 @@ | |||
| 									</span> | ||||
| 								{{end}} | ||||
| 								{{if .IsPull}} | ||||
| 									{{if and (not .PullRequest.HasMerged) ((len .PullRequest.ConflictedFiles) gt 0)}} | ||||
| 									{{if and (not .PullRequest.HasMerged) (gt (len .PullRequest.ConflictedFiles) 0)}} | ||||
| 										<span class="conflicting">{{svg "octicon-mirror" 16}} {{$.i18n.Tr (TrN $.i18n.Lang (len .PullRequest.ConflictedFiles) "repo.pulls.num_conflicting_files_1" "repo.pulls.num_conflicting_files_n") (len .PullRequest.ConflictedFiles)}}</span> | ||||
| 									{{end}} | ||||
| 								{{end}} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue