2022-09-04 12:17:10 -07:00
|
|
|
= turbo_frame_tag "moderation_reports" do
|
|
|
|
#reports
|
|
|
|
- @reports.each do |r|
|
|
|
|
= render "moderation/moderationbox", report: r
|
2022-01-03 13:43:37 -08:00
|
|
|
|
|
|
|
- if @more_data_available
|
2022-09-04 12:17:10 -07:00
|
|
|
.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
|
2022-07-29 20:11:29 -07:00
|
|
|
= t("voc.load")
|