Open external tracker in blank window, consistently with wiki (#3228)

Closes #3216
pull/3244/head
Sandro Santilli 8 years ago committed by Lauris BH
parent fecf9390ef
commit f33cd3c676
  1. 2
      templates/repo/header.tmpl

@ -62,7 +62,7 @@
{{end}}
{{if .Repository.UnitEnabled $.UnitTypeExternalTracker}}
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues">
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues" target="_blank">
<i class="octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues"}} </span>
</a>
{{end}}

Loading…
Cancel
Save