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 5ccecb4 commit 3fecf94Copy full SHA for 3fecf94
templates/repo/header.tmpl
@@ -86,7 +86,7 @@
86
{{end}}
87
88
{{if or (.Repository.UnitEnabled $.UnitTypeWiki) (.Repository.UnitEnabled $.UnitTypeExternalWiki)}}
89
- <a class="{{if .PageIsWiki}}active{{end}} item" href="{{.RepoLink}}/wiki">
+ <a class="{{if .PageIsWiki}}active{{end}} item" href="{{.RepoLink}}/wiki" {{if (.Repository.UnitEnabled $.UnitTypeExternalWiki)}} target="_blank" {{end}}>
90
<i class="octicon octicon-book"></i> {{.i18n.Tr "repo.wiki"}}
91
</a>
92
0 commit comments