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

6 lines
184 B
Plaintext
Raw Normal View History

2014-12-25 14:14:45 -08:00
.container.j2-page
.row
= render 'moderation/moderation_tabs'
.col-md-9.col-sm-9.col-xs-12
2014-12-28 16:25:48 -08:00
- @reports.each do |r|
2014-12-27 07:14:57 -08:00
= render 'moderation/moderationbox', report: r