diff options
Diffstat (limited to 'templates/explore/navbar.tmpl')
-rw-r--r-- | templates/explore/navbar.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/explore/navbar.tmpl b/templates/explore/navbar.tmpl index 1e2ab786af..2e20da0fa5 100644 --- a/templates/explore/navbar.tmpl +++ b/templates/explore/navbar.tmpl @@ -7,5 +7,8 @@ <a class="{{if .PageIsExploreUsers}}active{{end}} item" href="{{AppSubUrl}}/explore/users"> <span class="octicon octicon-person"></span> {{.i18n.Tr "explore.users"}} </a> + <a class="{{if .PageIsExploreOrganizations}}active{{end}} item" href="{{AppSubUrl}}/explore/organizations"> + <span class="octicon octicon-organization"></span> {{.i18n.Tr "explore.organizations"}} + </a> </div> </div> |