debian-mirror-gitlab/app/views/layouts/nav/_profile.html.haml

49 lines
1.6 KiB
Text
Raw Normal View History

%ul.nav-links.scrolling-tabs
2016-06-22 15:30:34 +05:30
%li.fade-left
= icon('arrow-left')
2014-09-02 18:07:02 +05:30
= nav_link(path: 'profiles#show', html_options: {class: 'home'}) do
2015-12-23 02:04:40 +05:30
= link_to profile_path, title: 'Profile Settings' do
2015-04-26 12:48:37 +05:30
%span
2016-06-02 11:05:42 +05:30
Profile
2015-09-11 14:41:01 +05:30
= nav_link(controller: [:accounts, :two_factor_auths]) do
2015-12-23 02:04:40 +05:30
= link_to profile_account_path, title: 'Account' do
2015-04-26 12:48:37 +05:30
%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
2016-06-22 15:30:34 +05:30
= nav_link(controller: :personal_access_tokens) do
= link_to profile_personal_access_tokens_path, title: 'Personal Access Tokens' do
%span
Personal Access Tokens
2014-09-02 18:07:02 +05:30
= nav_link(controller: :emails) do
2015-12-23 02:04:40 +05:30
= link_to profile_emails_path, title: 'Emails' do
2015-04-26 12:48:37 +05:30
%span
Emails
2014-09-02 18:07:02 +05:30
- unless current_user.ldap_user?
= nav_link(controller: :passwords) do
2015-12-23 02:04:40 +05:30
= link_to edit_profile_password_path, title: 'Password' do
2015-04-26 12:48:37 +05:30
%span
Password
2014-09-02 18:07:02 +05:30
= nav_link(controller: :notifications) do
2015-12-23 02:04:40 +05:30
= link_to profile_notifications_path, title: 'Notifications' do
2015-04-26 12:48:37 +05:30
%span
Notifications
2014-09-02 18:07:02 +05:30
= nav_link(controller: :keys) do
2015-12-23 02:04:40 +05:30
= link_to profile_keys_path, title: 'SSH Keys' do
2015-04-26 12:48:37 +05:30
%span
SSH Keys
2015-09-11 14:41:01 +05:30
= nav_link(controller: :preferences) do
2015-12-23 02:04:40 +05:30
= link_to profile_preferences_path, title: 'Preferences' do
2015-04-26 12:48:37 +05:30
%span
2015-09-11 14:41:01 +05:30
Preferences
= nav_link(path: 'profiles#audit_log') do
2015-12-23 02:04:40 +05:30
= link_to audit_log_profile_path, title: 'Audit Log' do
2015-04-26 12:48:37 +05:30
%span
2015-09-11 14:41:01 +05:30
Audit Log
2016-06-22 15:30:34 +05:30
%li.fade-right
= icon('arrow-right')