mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
<div class="twoColumnsContainer">
|
|
<%= render 'menu' %>
|
|
<div>
|
|
<%=
|
|
react_component(
|
|
'SiteSettings/Webhooks',
|
|
{
|
|
authenticityToken: form_authenticity_token
|
|
}
|
|
)
|
|
%>
|
|
</div>
|
|
</div> |