2020-12-01 09:30:14 +05:30
|
|
|
<div class="ui secondary pointing tabular top attached borderless stackable menu new-menu navbar">
|
2017-03-16 00:25:12 +05:30
|
|
|
<a class="{{if .PageIsExploreRepositories}}active{{end}} item" href="{{AppSubUrl}}/explore/repos">
|
2020-09-12 01:49:00 +05:30
|
|
|
{{svg "octicon-repo"}} {{.i18n.Tr "explore.repos"}}
|
2017-03-16 00:25:12 +05:30
|
|
|
</a>
|
2021-03-11 19:10:54 +05:30
|
|
|
{{if not .UsersIsDisabled}}
|
|
|
|
<a class="{{if .PageIsExploreUsers}}active{{end}} item" href="{{AppSubUrl}}/explore/users">
|
|
|
|
{{svg "octicon-person"}} {{.i18n.Tr "explore.users"}}
|
|
|
|
</a>
|
|
|
|
{{end}}
|
2017-03-16 00:25:12 +05:30
|
|
|
<a class="{{if .PageIsExploreOrganizations}}active{{end}} item" href="{{AppSubUrl}}/explore/organizations">
|
2020-09-12 01:49:00 +05:30
|
|
|
{{svg "octicon-organization"}} {{.i18n.Tr "explore.organizations"}}
|
2017-03-16 00:25:12 +05:30
|
|
|
</a>
|
2018-03-16 19:34:33 +05:30
|
|
|
{{if .IsRepoIndexerEnabled}}
|
|
|
|
<a class="{{if .PageIsExploreCode}}active{{end}} item" href="{{AppSubUrl}}/explore/code">
|
2020-09-12 01:49:00 +05:30
|
|
|
{{svg "octicon-code"}} {{.i18n.Tr "explore.code"}}
|
2018-03-16 19:34:33 +05:30
|
|
|
</a>
|
|
|
|
{{end}}
|
2015-12-08 04:00:52 +05:30
|
|
|
</div>
|