Add copyable_input
helper method to wrap shared options (#32119)
This commit is contained in:
parent
36f9c96812
commit
7d6b9ccd34
5 changed files with 8 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
.input-copy.lead
|
||||
.input-copy__wrapper
|
||||
%input{ type: :text, maxlength: '999', spellcheck: 'false', readonly: 'true', value: link_to('Mastodon', ActivityPub::TagManager.instance.url_for(@account), rel: 'me').to_str }
|
||||
= copyable_input value: link_to('Mastodon', ActivityPub::TagManager.instance.url_for(@account), rel: :me)
|
||||
%button{ type: :button }= t('generic.copy')
|
||||
|
||||
%p.lead= t('verification.extra_instructions_html')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue