2020-05-15 05:07:59 -04:00
|
|
|
.created-personal-access-token-container
|
2020-05-21 14:08:27 -04:00
|
|
|
%h5.gl-mt-0
|
2020-05-15 05:07:59 -04:00
|
|
|
= _('Your new %{type}') % { type: type }
|
|
|
|
.form-group
|
|
|
|
.input-group
|
|
|
|
= text_field_tag 'created-personal-access-token', new_token_value, readonly: true, class: 'qa-created-access-token form-control js-select-on-focus', 'aria-describedby' => 'created-token-help-block'
|
|
|
|
%span.input-group-append
|
|
|
|
= clipboard_button(text: new_token_value, title: _('Copy %{type}') % { type: type }, placement: 'left', class: 'input-group-text btn-default btn-clipboard')
|
|
|
|
%span#created-token-help-block.form-text.text-muted.text-danger
|
|
|
|
= _("Make sure you save it - you won't be able to access it again.")
|
|
|
|
|
|
|
|
%hr
|