mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
15 lines
323 B
Plaintext
15 lines
323 B
Plaintext
<div class="twoColumnsContainer">
|
|
<%= render 'menu' %>
|
|
<div>
|
|
<%=
|
|
react_component(
|
|
'SiteSettings/Users',
|
|
{
|
|
currentUserEmail: current_user.email,
|
|
currentUserRole: current_user.role,
|
|
authenticityToken: form_authenticity_token
|
|
}
|
|
)
|
|
%>
|
|
</div>
|
|
</div> |