Correct tooltip msg blocked by dependencies (#9211)
This commit is contained in:
		
							parent
							
								
									d7c1310353
								
							
						
					
					
						commit
						c9d50bcab5
					
				| 
						 | 
					@ -293,9 +293,9 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				{{if .BlockedByDependencies}}
 | 
									{{if .BlockedByDependencies}}
 | 
				
			||||||
					<span class="text" data-tooltip="{{if .Issue.IsPull}}
 | 
										<span class="text" data-tooltip="{{if .Issue.IsPull}}
 | 
				
			||||||
						{{.i18n.Tr "repo.issues.dependency.issue_closing_blockedby"}}
 | 
					 | 
				
			||||||
					{{else}}
 | 
					 | 
				
			||||||
						{{.i18n.Tr "repo.issues.dependency.pr_closing_blockedby"}}
 | 
											{{.i18n.Tr "repo.issues.dependency.pr_closing_blockedby"}}
 | 
				
			||||||
 | 
										{{else}}
 | 
				
			||||||
 | 
											{{.i18n.Tr "repo.issues.dependency.issue_closing_blockedby"}}
 | 
				
			||||||
					{{end}}" data-inverted="">
 | 
										{{end}}" data-inverted="">
 | 
				
			||||||
					<strong>{{.i18n.Tr "repo.issues.dependency.blocked_by_short"}}</strong>
 | 
										<strong>{{.i18n.Tr "repo.issues.dependency.blocked_by_short"}}</strong>
 | 
				
			||||||
					</span>
 | 
										</span>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue