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.

navbar.tmpl 657B

1234567891011
  1. <div class="ui secondary pointing tabular top attached borderless stackable menu navbar">
  2. <a class="{{if .PageIsExploreRepositories}}active{{end}} item" href="{{AppSubUrl}}/explore/repos">
  3. <span class="octicon octicon-repo"></span> {{.i18n.Tr "explore.repos"}}
  4. </a>
  5. <a class="{{if .PageIsExploreUsers}}active{{end}} item" href="{{AppSubUrl}}/explore/users">
  6. <span class="octicon octicon-person"></span> {{.i18n.Tr "explore.users"}}
  7. </a>
  8. <a class="{{if .PageIsExploreOrganizations}}active{{end}} item" href="{{AppSubUrl}}/explore/organizations">
  9. <span class="octicon octicon-organization"></span> {{.i18n.Tr "explore.organizations"}}
  10. </a>
  11. </div>