Remove turbo-frame tag in moderation report view

This commit is contained in:
Andreas Nedbal 2022-09-08 00:37:15 +02:00 committed by Andreas Nedbal
parent 427c6b5d64
commit 073343f56f
1 changed files with 7 additions and 8 deletions

View File

@ -1,9 +1,8 @@
= turbo_frame_tag "moderation_reports" do
#reports
- @reports.each do |r|
= render "moderation/moderationbox", report: r
#reports
- @reports.each do |r|
= render "moderation/moderationbox", report: r
- if @more_data_available
.d-flex.justify-content-center.justify-content-sm-start#paginator
= button_to moderation_reports_path(last_id: @reports_last_id, type: params[:type]), class: "btn btn-light" do
= t("voc.load")
- if @more_data_available
.d-flex.justify-content-center.justify-content-sm-start#paginator
= button_to moderation_reports_path(last_id: @reports_last_id, type: params[:type]), class: "btn btn-light" do
= t("voc.load")