2023-05-01 10:08:37 -06:00
|
|
|
<div class="ui secondary pointing tabular top attached borderless menu new-menu navbar">
|
2022-12-09 06:34:51 -07:00
|
|
|
<a class="{{if .PageIsExploreRepositories}}active {{end}}item" href="{{AppSubUrl}}/explore/repos">
|
2022-06-27 14:58:46 -06:00
|
|
|
{{svg "octicon-repo"}} {{.locale.Tr "explore.repos"}}
|
2017-03-15 12:55:12 -06:00
|
|
|
</a>
|
2021-03-11 06:40:54 -07:00
|
|
|
{{if not .UsersIsDisabled}}
|
2022-12-09 06:34:51 -07:00
|
|
|
<a class="{{if .PageIsExploreUsers}}active {{end}}item" href="{{AppSubUrl}}/explore/users">
|
2022-06-27 14:58:46 -06:00
|
|
|
{{svg "octicon-person"}} {{.locale.Tr "explore.users"}}
|
2021-03-11 06:40:54 -07:00
|
|
|
</a>
|
|
|
|
{{end}}
|
2022-12-09 06:34:51 -07:00
|
|
|
<a class="{{if .PageIsExploreOrganizations}}active {{end}}item" href="{{AppSubUrl}}/explore/organizations">
|
2022-06-27 14:58:46 -06:00
|
|
|
{{svg "octicon-organization"}} {{.locale.Tr "explore.organizations"}}
|
2017-03-15 12:55:12 -06:00
|
|
|
</a>
|
2023-05-06 03:39:06 -06:00
|
|
|
{{if and (not $.UnitTypeCode.UnitGlobalDisabled) .IsRepoIndexerEnabled}}
|
2022-12-09 06:34:51 -07:00
|
|
|
<a class="{{if .PageIsExploreCode}}active {{end}}item" href="{{AppSubUrl}}/explore/code">
|
2022-06-27 14:58:46 -06:00
|
|
|
{{svg "octicon-code"}} {{.locale.Tr "explore.code"}}
|
2018-03-16 08:04:33 -06:00
|
|
|
</a>
|
|
|
|
{{end}}
|
2015-12-07 15:30:52 -07:00
|
|
|
</div>
|