Browse Source

Fix issue/pull link (#10158)

for-closed-social
guillep2k 4 years ago
committed by GitHub
parent
commit
727fc42db7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/user/dashboard/issues.tmpl

+ 1
- 1
templates/user/dashboard/issues.tmpl View 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)}}

Loading…
Cancel
Save