]> source.dussan.org Git - gitea.git/commitdiff
Fix issue/pull link (#10158)
authorguillep2k <18600385+guillep2k@users.noreply.github.com>
Thu, 6 Feb 2020 18:12:15 +0000 (15:12 -0300)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2020 18:12:15 +0000 (13:12 -0500)
templates/user/dashboard/issues.tmpl

index 3a8d16f6cc2f5ab334cb18f0d46e6c7413ab1e01..113dcf21f855e2435ac5370d7d582a09a7b75b6a 100644 (file)
@@ -89,7 +89,7 @@
                                                {{if .Repo}}
                                                <li class="item">
                                                        <div class="ui label">{{.Repo.FullName}}#{{.Index}}</div>
-                                                       <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>
 
                                                        {{if .IsPull}}
                                                                        {{if (index $.CommitStatus .PullRequest.ID)}}