Remove turbo-frame tag in moderation report view
This commit is contained in:
parent
427c6b5d64
commit
073343f56f
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue