diff --git a/app/views/moderation/index.haml b/app/views/moderation/reports/index.haml similarity index 92% rename from app/views/moderation/index.haml rename to app/views/moderation/reports/index.haml index 0bcb623a..bbcc402f 100644 --- a/app/views/moderation/index.haml +++ b/app/views/moderation/reports/index.haml @@ -9,3 +9,6 @@ .d-flex.justify-content-center.justify-content-sm-start %button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @reports_last_id } } = t("voc.load") + +:ruby + parent_layout "moderation" diff --git a/app/views/moderation/index.js.erb b/app/views/moderation/reports/index.js.erb similarity index 100% rename from app/views/moderation/index.js.erb rename to app/views/moderation/reports/index.js.erb