Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
aca213ad
Commit
aca213ad
authored
Jul 14, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove inactive tokens table
parent
6fb712a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
app/views/shared/_personal_access_tokens_table.html.haml
app/views/shared/_personal_access_tokens_table.html.haml
+0
-19
No files found.
app/views/shared/_personal_access_tokens_table.html.haml
View file @
aca213ad
...
@@ -39,22 +39,3 @@
...
@@ -39,22 +39,3 @@
-
else
-
else
.settings-message.text-center
.settings-message.text-center
This user has no active
#{
type
}
Tokens.
This user has no active
#{
type
}
Tokens.
%hr
%h5
Inactive
#{
type
}
Tokens (
#{
inactive_tokens
.
length
}
)
-
if
inactive_tokens
.
present?
.table-responsive
%table
.table.inactive-tokens
%thead
%tr
%th
Name
%th
Created
%tbody
-
inactive_tokens
.
each
do
|
token
|
%tr
%td
=
token
.
name
%td
=
token
.
created_at
.
to_date
.
to_s
(
:medium
)
-
else
.settings-message.text-center
This user has no inactive
#{
type
}
Tokens.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment