Skip to content

Commit e48b460

Browse files
authored
Fix issue/pull link (#10158) (#10173)
1 parent 2cd2614 commit e48b460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/issues.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
{{if .Repo}}
9090
<li class="item">
9191
<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>
92+
<a class="title has-emoji" href="{{.HTMLURL}}">{{.Title}}</a>
9393

9494
{{if .IsPull }}
9595
{{if (index $.CommitStatus .PullRequest.ID)}}

0 commit comments

Comments
 (0)