mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +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> |