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 5964c26 commit 07e904dCopy full SHA for 07e904d
templates/user/overview/header.tmpl
@@ -1,5 +1,5 @@
1
<div class="ui secondary stackable pointing menu">
2
- {{if .HasProfileReadme}}
+ {{if and .HasProfileReadme .ContextUser.IsIndividual}}
3
<a class="{{if eq .TabName "overview"}}active {{end}}item" href="{{.ContextUser.HomeLink}}?tab=overview">
4
{{svg "octicon-info"}} {{ctx.Locale.Tr "user.overview"}}
5
</a>
0 commit comments