retrospring/app/views/moderation/index.html.haml
2015-01-31 00:49:31 +01:00

7 lines
No EOL
221 B
Text

= render 'moderation/moderation_nav'
.container.j2-page
.row
= render 'moderation/moderation_tabs'
.col-md-9.col-sm-9.col-xs-12
- @reports.each do |r|
= render 'moderation/moderationbox', report: r