mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 18:36:04 +01:00
8 lines
270 B
Text
8 lines
270 B
Text
- provide(:title, generate_title("Moderation"))
|
|
= render 'moderation/moderation_nav'
|
|
.container.j2-page
|
|
.row
|
|
= render 'moderation/moderation_tabs'
|
|
.col-md-9.col-sm-9.col-xs-12
|
|
- @reports.each do |r|
|
|
= render 'moderation/moderationbox', report: r
|