9 lines
312 B
Text
9 lines
312 B
Text
= t('.share_this')
|
|
= invite_link(current_user.invitation_code)
|
|
.btn-link{ 'data-toggle' => 'modal', 'data-target' => '#invitationsModal'}
|
|
= t('.by_email')
|
|
|
|
= render 'shared/modal',
|
|
:path => new_user_invitation_path,
|
|
:id => 'invitationsModal',
|
|
:title => t('invitations.new.invite_someone_to_join')
|