mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
Fix issue/pull link (#10158)
This commit is contained in:
parent
70dd3faad3
commit
727fc42db7
@ -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…
Reference in New Issue
Block a user