Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_profile.html.haml « nav « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36b48a5d02d24ad7b54d7cc2530fd40c80ef3313 (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
54
55
%ul.nav.nav-sidebar
  = nav_link(path: 'profiles#show', html_options: {class: 'home'}) do
    = link_to profile_path, title: "Profile" do
      %i.fa.fa-user
      %span
        Profile
  = nav_link(controller: :accounts) do
    = link_to profile_account_path do
      %i.fa.fa-gear
      Account
  = nav_link(path: ['profiles#applications', 'applications#edit', 'applications#show', 'applications#new']) do
    = link_to applications_profile_path do
      %i.fa.fa-cloud
      %span
        Applications
  = nav_link(controller: :emails) do
    = link_to profile_emails_path do
      %i.fa.fa-envelope-o
      %span
        Emails
        %span.count= current_user.emails.count + 1
  - unless current_user.ldap_user?
    = nav_link(controller: :passwords) do
      = link_to edit_profile_password_path do
        %i.fa.fa-lock
        %span
          Password
  = nav_link(controller: :notifications) do
    = link_to profile_notifications_path do
      %i.fa.fa-inbox
      %span
        Notifications

  = nav_link(controller: :keys) do
    = link_to profile_keys_path do
      %i.fa.fa-key
      %span
        SSH Keys
        %span.count= current_user.keys.count
  = nav_link(path: 'profiles#design') do
    = link_to design_profile_path do
      %i.fa.fa-image
      %span
        Design
  = nav_link(controller: :groups) do
    = link_to profile_groups_path do
      %i.fa.fa-group
      %span
        Groups
  = nav_link(path: 'profiles#history') do
    = link_to history_profile_path do
      %i.fa.fa-history
      %span
        History