2017-12-30 19:47:52 -05:00
|
|
|
<div class="ui secondary pointing tabular top attached borderless stackable menu navbar">
|
2017-03-15 14:55:12 -04:00
|
|
|
<a class="{{if .PageIsExploreRepositories}}active{{end}} item" href="{{AppSubUrl}}/explore/repos">
|
|
|
|
<span class="octicon octicon-repo"></span> {{.i18n.Tr "explore.repos"}}
|
|
|
|
</a>
|
|
|
|
<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>
|
2018-03-16 10:04:33 -04:00
|
|
|
{{if .IsRepoIndexerEnabled}}
|
|
|
|
<a class="{{if .PageIsExploreCode}}active{{end}} item" href="{{AppSubUrl}}/explore/code">
|
|
|
|
<span class="octicon octicon-code"></span> {{.i18n.Tr "explore.code"}}
|
|
|
|
</a>
|
|
|
|
{{end}}
|
2015-12-07 17:30:52 -05:00
|
|
|
</div>
|