mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-21 09:43:17 +00:00
7 lines
262 B
Text
7 lines
262 B
Text
.form-container
|
|
.flash-message.simple_form
|
|
%p= t('doorkeeper.authorizations.show.title')
|
|
.input-copy
|
|
.input-copy__wrapper
|
|
= copyable_input value: params[:code], class: 'oauth-code'
|
|
%button.button{ type: :button }= t('generic.copy')
|