We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d688bd commit 9832b95Copy full SHA for 9832b95
templates/repo/issue/list.tmpl
@@ -172,7 +172,7 @@
172
<a class="title has-emoji" href="{{$.Link}}/{{.Index}}">{{.Title}}</a>
173
174
{{if .Ref}}
175
- <a class="ui label" href="{{$.RepoLink}}/src/commit/{{.Ref}}">{{.Ref}}</a>
+ <a class="ui label" href="{{$.RepoLink}}/src/branch/{{.Ref}}">{{.Ref}}</a>
176
{{end}}
177
{{range .Labels}}
178
<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