Browse Source

[GinS] Show data and commit search in sidebar

cgars 7 years ago
parent
commit
f0457d89cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/explore/navbar.tmpl

+ 1 - 1
templates/explore/navbar.tmpl

@@ -7,13 +7,13 @@
 		<a class="item" href="https://doid.gin.g-node.org">
 			<span class="octicon octicon-mortar-board"></span> {{.i18n.Tr "gindoi"}}
 		</a>
-		{{if .LoggedUser}}
 		<a class="{{if .PageIsExploreData}}active{{end}} item" href="{{AppSubURL}}/explore/data">
 			<span class="octicon octicon-file"></span> {{.i18n.Tr "explore.data"}}
 		</a>
 		<a class="{{if .PageIsExploreCommits}}active{{end}} item" href="{{AppSubURL}}/explore/commits">
 			<span class="octicon octicon-git-commit"></span> {{.i18n.Tr "explore.commits"}}
 		</a>
+		{{if .LoggedUser}}
 		<a class="{{if .PageIsExploreUsers}}active{{end}} item" href="{{AppSubURL}}/explore/users">
 			<span class="octicon octicon-person"></span> {{.i18n.Tr "explore.users"}}
 		</a>