Skip to content

Commit

Permalink
Fix issue/pull link (#10158) (#10173)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep2k committed Feb 7, 2020
1 parent 2cd2614 commit e48b460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/user/dashboard/issues.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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)}}
Expand Down

0 comments on commit e48b460

Please sign in to comment.