mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
17 lines
565 B
Plaintext
17 lines
565 B
Plaintext
<div class="twoColumnsContainer">
|
|
<%= render 'menu' %>
|
|
<div>
|
|
<%=
|
|
react_component(
|
|
'Moderation/Feedback',
|
|
{
|
|
currentUserRole: current_user.role,
|
|
changeFeedbackModerationSettingsUrl: site_settings_general_path(anchor: 'moderation'),
|
|
tenantSettingAllowAnonymousFeedback: @tenant.tenant_setting.allow_anonymous_feedback,
|
|
tenantSettingFeedbackApprovalPolicy: @tenant.tenant_setting.feedback_approval_policy,
|
|
authenticityToken: form_authenticity_token
|
|
}
|
|
)
|
|
%>
|
|
</div>
|
|
</div> |