diff options
author | guillep2k <18600385+guillep2k@users.noreply.github.com> | 2020-02-06 15:12:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 13:12:15 -0500 |
commit | 727fc42db7d992566deab6e3acbf6ffe4b890dea (patch) | |
tree | 9c9baff80386f98c08e5b107df57f3d932c93d04 /templates/user/dashboard | |
parent | 70dd3faad3300bd5cceabbdbc36370336cf32ca1 (diff) | |
download | gitea-727fc42db7d992566deab6e3acbf6ffe4b890dea.tar.gz gitea-727fc42db7d992566deab6e3acbf6ffe4b890dea.zip |
Fix issue/pull link (#10158)
Diffstat (limited to 'templates/user/dashboard')
-rw-r--r-- | templates/user/dashboard/issues.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl index 3a8d16f6cc..113dcf21f8 100644 --- a/templates/user/dashboard/issues.tmpl +++ b/templates/user/dashboard/issues.tmpl @@ -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)}} |