mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 12:49:08 +01:00
11 lines
478 B
Text
11 lines
478 B
Text
#reports
|
|
- @reports.each do |r|
|
|
= render 'moderation/moderationbox', report: r
|
|
|
|
- unless @reports.count.zero?
|
|
= render 'shared/cursored_pagination_dummy', more_data_available: @more_data_available, last_id: @reports_last_id, permitted_params: %i[type]
|
|
|
|
- if @more_data_available
|
|
.d-flex.justify-content-center.justify-content-sm-start
|
|
%button.btn.btn-light#load-more-btn{ type: :button, data: { last_id: @reports_last_id } }
|
|
= t 'views.actions.load'
|