Browse Source

fix the href pulls

tags/v1.21.12.1
zhoupzh 4 years ago
parent
commit
84efe2d663
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/issue/view.tmpl

+ 1
- 1
templates/repo/issue/view.tmpl View File

@@ -12,7 +12,7 @@
</div>
{{else}}
<div class="ui large breadcrumb">
<a class="section" href="{{.RepoLink}}/issues">{{.i18n.Tr "repo.pulls"}}</a>
<a class="section" href="{{.RepoLink}}/pulls">{{.i18n.Tr "repo.pulls"}}</a>
<div class="divider"> / </div>
<div class="action section">{{.i18n.Tr "repo.issues_detail"}}</div>
</div>


Loading…
Cancel
Save