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

7 lines
221 B
Text
Raw Normal View History

2015-01-31 00:49:31 +01:00
= render 'moderation/moderation_nav'
2014-12-25 23:14:45 +01:00
.container.j2-page
.row
= render 'moderation/moderation_tabs'
.col-md-9.col-sm-9.col-xs-12
2014-12-29 01:25:48 +01:00
- @reports.each do |r|
2014-12-27 16:14:57 +01:00
= render 'moderation/moderationbox', report: r