mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Fix dependency link rendering in PR sidebar (#16754)
Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
		@@ -490,7 +490,7 @@
 | 
			
		||||
						{{range .BlockedByDependencies}}
 | 
			
		||||
							<div class="item dependency{{if .Issue.IsClosed}} is-closed{{end}} df ac sb">
 | 
			
		||||
								<div class="item-left df jc fc f1">
 | 
			
		||||
									<a class="title" href="{{.Repository.Link}}/issues/{{.Issue.Index}}">
 | 
			
		||||
									<a class="title" href="{{.Repository.Link}}/{{if .Issue.IsPull}}pulls{{else}}issues{{end}}/{{.Issue.Index}}">
 | 
			
		||||
										#{{.Issue.Index}} {{.Issue.Title | RenderEmoji}}
 | 
			
		||||
									</a>
 | 
			
		||||
									<div class="text small">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user