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.

1234567891011121314151617181920
  1. <div class="ui secondary pointing tabular top attached borderless menu new-menu navbar">
  2. <div class="new-menu-inner">
  3. <a class="{{if .PageIsExploreRepositories}}active {{end}}item" href="{{AppSubUrl}}/explore/repos">
  4. {{svg "octicon-repo"}} {{ctx.Locale.Tr "explore.repos"}}
  5. </a>
  6. {{if not .UsersIsDisabled}}
  7. <a class="{{if .PageIsExploreUsers}}active {{end}}item" href="{{AppSubUrl}}/explore/users">
  8. {{svg "octicon-person"}} {{ctx.Locale.Tr "explore.users"}}
  9. </a>
  10. {{end}}
  11. <a class="{{if .PageIsExploreOrganizations}}active {{end}}item" href="{{AppSubUrl}}/explore/organizations">
  12. {{svg "octicon-organization"}} {{ctx.Locale.Tr "explore.organizations"}}
  13. </a>
  14. {{if and (not $.UnitTypeCode.UnitGlobalDisabled) .IsRepoIndexerEnabled}}
  15. <a class="{{if .PageIsExploreCode}}active {{end}}item" href="{{AppSubUrl}}/explore/code">
  16. {{svg "octicon-code"}} {{ctx.Locale.Tr "explore.code"}}
  17. </a>
  18. {{end}}
  19. </div>
  20. </div>