Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
798 B
19 lines
798 B
3 years ago
|
<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>
|