Gitea
3 years ago
2 changed files with 21 additions and 2 deletions
@ -0,0 +1,18 @@ |
|||||||
|
<div class="ui secondary pointing tabular top attached borderless stackable menu new-menu navbar"> |
||||||
|
<a class="{{if .PageIsMapRepositories}}active{{end}} item" href="{{AppSubUrl}}/map/rmap"> |
||||||
|
{{svg "octicon-repo"}} {{.i18n.Tr "explore.repos"}} |
||||||
|
</a> |
||||||
|
{{if not .UsersIsDisabled}} |
||||||
|
<a class="{{if .PageIsMapUsers}}active{{end}} item" href="{{AppSubUrl}}/map/umap"> |
||||||
|
{{svg "octicon-person"}} {{.i18n.Tr "explore.users"}} |
||||||
|
</a> |
||||||
|
{{end}} |
||||||
|
<a class="{{if .PageIsMapOrganizations}}active{{end}} item" href="{{AppSubUrl}}/map/orgmap"> |
||||||
|
{{svg "octicon-organization"}} {{.i18n.Tr "explore.organizations"}} |
||||||
|
</a> |
||||||
|
{{if .IsRepoIndexerEnabled}} |
||||||
|
<a class="{{if .PageIsMapCode}}active{{end}} item" href="{{AppSubUrl}}/map/codemap"> |
||||||
|
{{svg "octicon-code"}} {{.i18n.Tr "explore.code"}} |
||||||
|
</a> |
||||||
|
{{end}} |
||||||
|
</div> |
Loading…
Reference in new issue