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

9 lines
270 B
Plaintext

- provide(:title, generate_title("Moderation"))
= render 'moderation/moderation_nav'
.container.j2-page
.row
= render 'moderation/moderation_tabs'
.col-md-9.col-sm-8.col-xs-12
- @reports.each do |r|
= render 'moderation/moderationbox', report: r