retrospring/app/views/moderation/index.html.haml
2014-12-29 01:25:48 +01:00

6 lines
No EOL
184 B
Text

.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