2023-05-01 21:38:37 +05:30
|
|
|
<div class="ui secondary pointing tabular top attached borderless menu new-menu navbar">
|
2023-09-25 06:33:00 +05:30
|
|
|
<div class="new-menu-inner">
|
|
|
|
<a class="{{if .PageIsExploreRepositories}}active {{end}}item" href="{{AppSubUrl}}/explore/repos">
|
2023-09-25 14:26:50 +05:30
|
|
|
{{svg "octicon-repo"}} {{ctx.Locale.Tr "explore.repos"}}
|
2021-03-11 19:10:54 +05:30
|
|
|
</a>
|
2023-09-25 06:33:00 +05:30
|
|
|
{{if not .UsersIsDisabled}}
|
|
|
|
<a class="{{if .PageIsExploreUsers}}active {{end}}item" href="{{AppSubUrl}}/explore/users">
|
2023-09-25 14:26:50 +05:30
|
|
|
{{svg "octicon-person"}} {{ctx.Locale.Tr "explore.users"}}
|
2023-09-25 06:33:00 +05:30
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
<a class="{{if .PageIsExploreOrganizations}}active {{end}}item" href="{{AppSubUrl}}/explore/organizations">
|
2023-09-25 14:26:50 +05:30
|
|
|
{{svg "octicon-organization"}} {{ctx.Locale.Tr "explore.organizations"}}
|
2023-09-25 06:33:00 +05:30
|
|
|
</a>
|
|
|
|
{{if and (not $.UnitTypeCode.UnitGlobalDisabled) .IsRepoIndexerEnabled}}
|
|
|
|
<a class="{{if .PageIsExploreCode}}active {{end}}item" href="{{AppSubUrl}}/explore/code">
|
2023-09-25 14:26:50 +05:30
|
|
|
{{svg "octicon-code"}} {{ctx.Locale.Tr "explore.code"}}
|
2023-09-25 06:33:00 +05:30
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
2015-12-08 04:00:52 +05:30
|
|
|
</div>
|