mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
|
|
<div class="twoColumnsContainer">
|
||
|
|
<%= render 'menu' %>
|
||
|
|
<div>
|
||
|
|
<%=
|
||
|
|
react_component(
|
||
|
|
'SiteSettings/Invitations',
|
||
|
|
{
|
||
|
|
siteName: Current.tenant.site_name,
|
||
|
|
invitations: @invitations,
|
||
|
|
currentUserEmail: current_user.email,
|
||
|
|
authenticityToken: form_authenticity_token
|
||
|
|
}
|
||
|
|
)
|
||
|
|
%>
|
||
|
|
</div>
|
||
|
|
</div>
|