diff --git a/app/views/support_interface/api_tokens/index.html.erb b/app/views/support_interface/api_tokens/index.html.erb index cce10ce4f59..a095ab37a7f 100644 --- a/app/views/support_interface/api_tokens/index.html.erb +++ b/app/views/support_interface/api_tokens/index.html.erb @@ -3,7 +3,7 @@ <%= govuk_button_link_to 'Add a token', new_support_interface_api_token_path %>
ID | -Provider | -Vendor | -Last used at | -Created at | -Actions | -
---|
ID | +Provider | +Vendor | +Last used at | +Created at | +Actions | +
---|---|---|---|---|---|
#<%= token.id %> | -<%= token.provider.name %> | -<%= token.provider.vendor_name %> | -<%= token.last_used_at ? token.last_used_at.to_fs(:govuk_date_and_time) : 'Never' %> | -<%= token.created_at.to_fs(:govuk_date_and_time) %> | -- <%= govuk_button_link_to 'Revoke', confirm_revocation_support_interface_api_token_path(token), warning: true %> - | -