Browse Source

Fix broken link to branch from issue list (#9003) (#9021)

* Fix broken link to branch from issue list

* Update templates/repo/issue/list.tmpl
tags/v1.10.1
6543 6 years ago committed by zeripath
parent
commit
880f26c7f0
  1. 2
      templates/repo/issue/list.tmpl

2
templates/repo/issue/list.tmpl

@ -245,7 +245,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}}

Loading…
Cancel
Save