summaryrefslogtreecommitdiff
path: root/app/views/admin/impersonation_tokens/index.html.haml
blob: 8e869fb4b7120435bf63cb2ab490a271c4cd66df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- add_to_breadcrumbs "Users", admin_users_path
- breadcrumb_title @user.name
- page_title "Impersonation Tokens", @user.name, "Users"
= render 'admin/users/head'

.row.prepend-top-default
  .col-lg-12
    - if @new_impersonation_token
      = render "shared/personal_access_tokens_created_container", new_token_value: @new_impersonation_token,
                                                                 container_title: 'Your New Impersonation Token',
                                                                 clipboard_button_title: 'Copy impersonation token to clipboard'

    = render "shared/personal_access_tokens_form", path: admin_user_impersonation_tokens_path, impersonation: true, token: @impersonation_token, scopes: @scopes

    = render "shared/personal_access_tokens_table", impersonation: true, active_tokens: @active_impersonation_tokens, inactive_tokens: @inactive_impersonation_tokens