show.html.haml 299 B

1234567
  1. .form-container
  2. .flash-message.simple_form
  3. %p= t('doorkeeper.authorizations.show.title')
  4. .input-copy
  5. .input-copy__wrapper
  6. %input{ type: 'text', class: 'oauth-code', spellcheck: 'false', readonly: true, value: params[:code] }
  7. %button{ type: :button }= t('generic.copy')