2020-12-01 05:00:14 +01:00
|
|
|
<div class="ui secondary pointing tabular top attached borderless stackable menu new-menu navbar">
|
2017-03-15 19:55:12 +01:00
|
|
|
<a class="{{if .PageIsExploreRepositories}}active{{end}} item" href="{{AppSubUrl}}/explore/repos">
|
2022-06-27 22:58:46 +02:00
|
|
|
{{svg "octicon-repo"}} {{.locale.Tr "explore.repos"}}
|
2017-03-15 19:55:12 +01:00
|
|
|
</a>
|
2021-03-11 14:40:54 +01:00
|
|
|
{{if not .UsersIsDisabled}}
|
|
|
|
<a class="{{if .PageIsExploreUsers}}active{{end}} item" href="{{AppSubUrl}}/explore/users">
|
2022-06-27 22:58:46 +02:00
|
|
|
{{svg "octicon-person"}} {{.locale.Tr "explore.users"}}
|
2021-03-11 14:40:54 +01:00
|
|
|
</a>
|
|
|
|
{{end}}
|
2017-03-15 19:55:12 +01:00
|
|
|
<a class="{{if .PageIsExploreOrganizations}}active{{end}} item" href="{{AppSubUrl}}/explore/organizations">
|
2022-06-27 22:58:46 +02:00
|
|
|
{{svg "octicon-organization"}} {{.locale.Tr "explore.organizations"}}
|
2017-03-15 19:55:12 +01:00
|
|
|
</a>
|
2018-03-16 15:04:33 +01:00
|
|
|
{{if .IsRepoIndexerEnabled}}
|
|
|
|
<a class="{{if .PageIsExploreCode}}active{{end}} item" href="{{AppSubUrl}}/explore/code">
|
2022-06-27 22:58:46 +02:00
|
|
|
{{svg "octicon-code"}} {{.locale.Tr "explore.code"}}
|
2018-03-16 15:04:33 +01:00
|
|
|
</a>
|
|
|
|
{{end}}
|
2015-12-07 23:30:52 +01:00
|
|
|
</div>
|