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.

34 lines
1.5 KiB

  1. <div class="ui secondary pointing tabular top attached borderless menu stackable new-menu navbar">
  2. <a class="{{if .PageIsSettingsProfile}}active{{end}} item" href="{{AppSubUrl}}/user/settings">
  3. {{.i18n.Tr "settings.profile"}}
  4. </a>
  5. <a class="{{if .PageIsSettingsAvatar}}active{{end}} item" href="{{AppSubUrl}}/user/settings/avatar">
  6. {{.i18n.Tr "settings.avatar"}}
  7. </a>
  8. <a class="{{if .PageIsSettingsPassword}}active{{end}} item" href="{{AppSubUrl}}/user/settings/password">
  9. {{.i18n.Tr "settings.password"}}
  10. </a>
  11. <a class="{{if .PageIsSettingsEmails}}active{{end}} item" href="{{AppSubUrl}}/user/settings/email">
  12. {{.i18n.Tr "settings.emails"}}
  13. </a>
  14. {{if .EnableOpenIDSignIn}}
  15. <a class="{{if .PageIsSettingsOpenID}}active{{end}} item" href="{{AppSubUrl}}/user/settings/openid">
  16. OpenID
  17. </a>
  18. {{end}}
  19. <a class="{{if .PageIsSettingsSSHKeys}}active{{end}} item" href="{{AppSubUrl}}/user/settings/ssh">
  20. {{.i18n.Tr "settings.ssh_keys"}}
  21. </a>
  22. <a class="{{if .PageIsSettingsApplications}}active{{end}} item" href="{{AppSubUrl}}/user/settings/applications">
  23. {{.i18n.Tr "settings.applications"}}
  24. </a>
  25. <a class="{{if .PageIsSettingsTwofa}}active{{end}} item" href="{{AppSubUrl}}/user/settings/two_factor">
  26. {{.i18n.Tr "settings.twofa"}}
  27. </a>
  28. <a class="{{if .PageIsSettingsAccountLink}}active{{end}} item" href="{{AppSubUrl}}/user/settings/account_link">
  29. {{.i18n.Tr "settings.account_link"}}
  30. </a>
  31. <a class="{{if .PageIsSettingsDelete}}active{{end}} item" href="{{AppSubUrl}}/user/settings/delete">
  32. {{.i18n.Tr "settings.delete"}}
  33. </a>
  34. </div>