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 2cd2614 commit e48b460Copy full SHA for e48b460
templates/user/dashboard/issues.tmpl
@@ -89,7 +89,7 @@
89
{{if .Repo}}
90
<li class="item">
91
<div class="ui label">{{.Repo.FullName}}#{{.Index}}</div>
92
- <a class="title has-emoji" href="{{AppSubUrl}}/{{.Repo.Owner.Name}}/{{.Repo.Name}}/issues/{{.Index}}">{{.Title}}</a>
+ <a class="title has-emoji" href="{{.HTMLURL}}">{{.Title}}</a>
93
94
{{if .IsPull }}
95
{{if (index $.CommitStatus .PullRequest.ID)}}
0 commit comments