summaryrefslogtreecommitdiff
path: root/app/views/projects/deploy_tokens/_table.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/deploy_tokens/_table.html.haml')
-rw-r--r--app/views/projects/deploy_tokens/_table.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/deploy_tokens/_table.html.haml b/app/views/projects/deploy_tokens/_table.html.haml
index 7ef135df0f6..5013a9b250d 100644
--- a/app/views/projects/deploy_tokens/_table.html.haml
+++ b/app/views/projects/deploy_tokens/_table.html.haml
@@ -6,6 +6,7 @@
%thead
%tr
%th= s_('DeployTokens|Name')
+ %th= s_('DeployTokens|Username')
%th= s_('DeployTokens|Created')
%th= s_('DeployTokens|Expires')
%th= s_('DeployTokens|Scopes')
@@ -14,6 +15,7 @@
- active_tokens.each do |token|
%tr
%td= token.name
+ %td= token.username
%td= token.created_at.to_date.to_s(:medium)
%td
- if token.expires?