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

9 lines
283 B
Plaintext
Raw Normal View History

2015-05-10 10:48:47 -07:00
- provide(:title, "Moderation | #{APP_CONFIG['site_name']}")
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'
.col-md-9.col-sm-9.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