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

9 lines
283 B
Text
Raw Normal View History

2015-05-10 19:48:47 +02:00
- provide(:title, "Moderation | #{APP_CONFIG['site_name']}")
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|
2015-04-22 04:59:10 +02:00
= render 'moderation/moderationbox', report: r