2022-09-07 15:37:15 -07:00
|
|
|
#reports
|
|
|
|
- @reports.each do |r|
|
|
|
|
= render "moderation/moderationbox", report: r
|
2022-01-03 13:43:37 -08:00
|
|
|
|
2022-09-07 15:37:15 -07:00
|
|
|
- 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")
|
2022-11-20 09:04:25 -08:00
|
|
|
|
|
|
|
- parent_layout "moderation"
|