mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
Add an entry for Personal Access Tokens in the sidebar.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Profiles::PersonalAccessTokensController < ApplicationController
|
||||
class Profiles::PersonalAccessTokensController < Profiles::ApplicationController
|
||||
def index
|
||||
@user = current_user
|
||||
|
||||
|
||||
@@ -14,6 +14,11 @@
|
||||
= icon('cloud fw')
|
||||
%span
|
||||
Applications
|
||||
= nav_link(controller: :personal_access_tokens) do
|
||||
= link_to profile_personal_access_tokens_path, title: 'Personal Access Tokens' do
|
||||
= icon('ticket fw')
|
||||
%span
|
||||
Personal Access Tokens
|
||||
= nav_link(controller: :emails) do
|
||||
= link_to profile_emails_path, title: 'Emails' do
|
||||
= icon('envelope-o fw')
|
||||
|
||||
Reference in New Issue
Block a user