Commit 41b4e119 authored by Timothy Andrew's avatar Timothy Andrew

Add an entry for Personal Access Tokens in the sidebar.

parent e5cf527f
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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment