mastodon/app/views/oauth/authorizations/show.html.haml
Baptiste Lemoine e2fca13650 replace input classes that are not input at all in haml views
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
2020-01-07 16:50:00 +01:00

8 lines
321 B
Plaintext

.form-container
.flash-message.simple_form
%p= t('doorkeeper.authorizations.show.title')
.not-a-real-input-copy
.not-a-real-input-copy__wrapper
%input{ type: 'text', class: 'oauth-code', spellcheck: 'false', readonly: true, value: params[:code] }
%button{ type: :button }= t('generic.copy')