mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Fix broken link to branch from issue list (#9003)
* Fix broken link to branch from issue list * Update templates/repo/issue/list.tmpl Co-Authored-By: mrsdizzie <info@mrsdizzie.com> * apply @mrsdizzie's review
This commit is contained in:
		@@ -246,7 +246,7 @@
 | 
				
			|||||||
							</a>
 | 
												</a>
 | 
				
			||||||
						{{end}}
 | 
											{{end}}
 | 
				
			||||||
						{{if .Ref}}
 | 
											{{if .Ref}}
 | 
				
			||||||
							<a class="ref" href="{{$.RepoLink}}/src/branch/{{.Ref}}">
 | 
												<a class="ref" href="{{$.RepoLink}}/src/branch/{{.Ref | PathEscapeSegments}}">
 | 
				
			||||||
								<span class="octicon octicon-git-branch"></span> {{.Ref}}
 | 
													<span class="octicon octicon-git-branch"></span> {{.Ref}}
 | 
				
			||||||
							</a>
 | 
												</a>
 | 
				
			||||||
						{{end}}
 | 
											{{end}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user