mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
13 lines
427 B
Text
13 lines
427 B
Text
#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 t("voc.load"), moderation_reports_path(type: params[:type]),
|
|
class: "btn btn-light",
|
|
method: :get,
|
|
params: { last_id: @reports_last_id },
|
|
form: { data: { turbo_stream: true } }
|
|
|
|
- parent_layout "moderation"
|