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

9 lines
270 B
Plaintext
Raw Normal View History

2015-05-13 15:07:09 -07:00
- provide(:title, generate_title("Moderation"))
2015-01-30 15:49:31 -08:00
= render 'moderation/moderation_nav'
2014-12-25 14:14:45 -08:00
.container.j2-page
.row
= render 'moderation/moderation_tabs'
2015-08-28 07:29:02 -07:00
.col-md-9.col-sm-8.col-xs-12
2014-12-28 16:25:48 -08:00
- @reports.each do |r|
2015-04-21 19:59:10 -07:00
= render 'moderation/moderationbox', report: r