Retrospring/app/views/moderation/index.html.haml

6 lines
218 B
Plaintext

.container.j2-page
.row
= render 'moderation/moderation_tabs'
.col-md-9.col-sm-9.col-xs-12
- Report.where(deleted: false).reverse_order.each do |r|
= render 'moderation/moderationbox', report: r