summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/_new_profile_sidebar.html.haml
blob: 465bad1de2124b2526b838be5a10060fe613a168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.nav-sidebar
  .context-header
    .avatar-container.s40.settings-avatar
      = icon('wrench')
    .project-title Settings
  %ul.sidebar-top-level-items
    = nav_link(path: 'profiles#show', html_options: {class: 'home'}) do
      = link_to profile_path, title: 'Profile Settings' do
        %span
          Profile
    = nav_link(controller: [:accounts, :two_factor_auths]) do
      = link_to profile_account_path, title: 'Account' do
        %span
          Account
    - if current_application_settings.user_oauth_applications?
      = nav_link(controller: 'oauth/applications') do
        = link_to applications_profile_path, title: 'Applications' do
          %span
            Applications
    = nav_link(controller: :chat_names) do
      = link_to profile_chat_names_path, title: 'Chat' do
        %span
          Chat
    = nav_link(controller: :personal_access_tokens) do
      = link_to profile_personal_access_tokens_path, title: 'Access Tokens' do
        %span
          Access Tokens
    = nav_link(controller: :emails) do
      = link_to profile_emails_path, title: 'Emails' do
        %span
          Emails
    - unless current_user.ldap_user?
      = nav_link(controller: :passwords) do
        = link_to edit_profile_password_path, title: 'Password' do
          %span
            Password
    = nav_link(controller: :notifications) do
      = link_to profile_notifications_path, title: 'Notifications' do
        %span
          Notifications

    = nav_link(controller: :keys) do
      = link_to profile_keys_path, title: 'SSH Keys' do
        %span
          SSH Keys
    = nav_link(controller: :preferences) do
      = link_to profile_preferences_path, title: 'Preferences' do
        %span
          Preferences
    = nav_link(path: 'profiles#audit_log') do
      = link_to audit_log_profile_path, title: 'Authentication log' do
        %span
          Authentication log