Browse Source

Hide Wiki from repo header

Should only show if there is a wiki.
master
Gerben 6 years ago
parent
commit
1c8062c656
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      templates/repo/header.tmpl

+ 0
- 6
templates/repo/header.tmpl View File

@@ -59,12 +59,6 @@
</a> </a>
{{end}} {{end}}


{{if or (.Repository.UnitEnabled $.UnitTypeWiki) (.Repository.UnitEnabled $.UnitTypeExternalWiki)}}
<a class="{{if .PageIsWiki}}active{{end}} item" href="{{.RepoLink}}/wiki" {{if (.Repository.UnitEnabled $.UnitTypeExternalWiki)}} target="_blank" {{end}}>
<i class="octicon octicon-book"></i> {{.i18n.Tr "repo.wiki"}}
</a>
{{end}}

{{if and (.Repository.AnyUnitEnabled $.UnitTypePullRequests $.UnitTypeIssues $.UnitTypeReleases) (not .IsBareRepo)}} {{if and (.Repository.AnyUnitEnabled $.UnitTypePullRequests $.UnitTypeIssues $.UnitTypeReleases) (not .IsBareRepo)}}
<a class="{{if .PageIsActivity}}active{{end}} item" href="{{.RepoLink}}/activity"> <a class="{{if .PageIsActivity}}active{{end}} item" href="{{.RepoLink}}/activity">
<i class="octicon octicon-pulse"></i> {{.i18n.Tr "repo.activity"}} <i class="octicon octicon-pulse"></i> {{.i18n.Tr "repo.activity"}}


Loading…
Cancel
Save