Skip to content

Commit 9832b95

Browse files
authored
fix issue list branch link broken (#3061) (#3070)
1 parent 3d688bd commit 9832b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<a class="title has-emoji" href="{{$.Link}}/{{.Index}}">{{.Title}}</a>
173173

174174
{{if .Ref}}
175-
<a class="ui label" href="{{$.RepoLink}}/src/commit/{{.Ref}}">{{.Ref}}</a>
175+
<a class="ui label" href="{{$.RepoLink}}/src/branch/{{.Ref}}">{{.Ref}}</a>
176176
{{end}}
177177
{{range .Labels}}
178178
<a class="ui label" href="{{$.Link}}?q={{$.Keyword}}&type={{$.ViewType}}&state={{$.State}}&labels={{.ID}}&milestone={{$.MilestoneID}}&assignee={{$.AssigneeID}}" style="color: {{.ForegroundColor}}; background-color: {{.Color}}">{{.Name}}</a>

0 commit comments

Comments
 (0)