BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
_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