This commit is contained in:
Matt Jankowski 2024-10-03 17:09:21 +00:00 committed by GitHub
commit 29472aa594
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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?