Skip to content

Commit f33cd3c

Browse files
strklafriks
authored andcommitted
Open external tracker in blank window, consistently with wiki (#3228)
Closes #3216
1 parent fecf939 commit f33cd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/header.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
{{end}}
6363

6464
{{if .Repository.UnitEnabled $.UnitTypeExternalTracker}}
65-
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues">
65+
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues" target="_blank">
6666
<i class="octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues"}} </span>
6767
</a>
6868
{{end}}

0 commit comments

Comments
 (0)