mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
16 lines
322 B
Plaintext
16 lines
322 B
Plaintext
|
|
<div class="twoColumnsContainer">
|
||
|
|
<%= render 'menu' %>
|
||
|
|
<div>
|
||
|
|
<%=
|
||
|
|
react_component(
|
||
|
|
'SiteSettings/Appearance',
|
||
|
|
{
|
||
|
|
originForm: {
|
||
|
|
customCss: @tenant_setting.custom_css,
|
||
|
|
},
|
||
|
|
authenticityToken: form_authenticity_token
|
||
|
|
}
|
||
|
|
)
|
||
|
|
%>
|
||
|
|
</div>
|
||
|
|
</div>
|