We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecf939 commit f33cd3cCopy full SHA for f33cd3c
templates/repo/header.tmpl
@@ -62,7 +62,7 @@
62
{{end}}
63
64
{{if .Repository.UnitEnabled $.UnitTypeExternalTracker}}
65
- <a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues">
+ <a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues" target="_blank">
66
<i class="octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues"}} </span>
67
</a>
68
0 commit comments