diff options
Diffstat (limited to 'templates/user/overview/header.tmpl')
-rw-r--r-- | templates/user/overview/header.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/overview/header.tmpl b/templates/user/overview/header.tmpl index 275c4e295e..f4664c704d 100644 --- a/templates/user/overview/header.tmpl +++ b/templates/user/overview/header.tmpl @@ -1,6 +1,6 @@ <overflow-menu class="ui secondary pointing tabular borderless menu"> <div class="overflow-menu-items"> - {{if and .HasProfileReadme .ContextUser.IsIndividual}} + {{if and .HasUserProfileReadme .ContextUser.IsIndividual}} <a class="{{if eq .TabName "overview"}}active {{end}}item" href="{{.ContextUser.HomeLink}}?tab=overview"> {{svg "octicon-info"}} {{ctx.Locale.Tr "user.overview"}} </a> |