mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Use rtl
direction on copyable invite links
This commit is contained in:
parent
cec8961372
commit
22d811c235
@ -2,7 +2,7 @@
|
||||
%td
|
||||
.input-copy
|
||||
.input-copy__wrapper
|
||||
= copyable_input value: public_invite_url(invite_code: invite.code)
|
||||
= copyable_input value: public_invite_url(invite_code: invite.code), dir: :rtl
|
||||
%button{ type: :button }= t('generic.copy')
|
||||
|
||||
%td
|
||||
|
@ -2,7 +2,7 @@
|
||||
%td
|
||||
.input-copy
|
||||
.input-copy__wrapper
|
||||
= copyable_input value: public_invite_url(invite_code: invite.code)
|
||||
= copyable_input value: public_invite_url(invite_code: invite.code), dir: :rtl
|
||||
%button{ type: :button }= t('generic.copy')
|
||||
|
||||
- if invite.valid_for_use?
|
||||
|
Loading…
Reference in New Issue
Block a user