Use rtl direction on copyable invite links

This commit is contained in:
Matt Jankowski 2024-09-29 13:30:43 -04:00
parent cec8961372
commit 22d811c235
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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?