9 lines
317 B
Plaintext
9 lines
317 B
Plaintext
#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")
|