Skip to content

Commit 07e904d

Browse files
committed
fix overview tab
1 parent 5964c26 commit 07e904d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/overview/header.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="ui secondary stackable pointing menu">
2-
{{if .HasProfileReadme}}
2+
{{if and .HasProfileReadme .ContextUser.IsIndividual}}
33
<a class="{{if eq .TabName "overview"}}active {{end}}item" href="{{.ContextUser.HomeLink}}?tab=overview">
44
{{svg "octicon-info"}} {{ctx.Locale.Tr "user.overview"}}
55
</a>

0 commit comments

Comments
 (0)