2020-04-25 11:20:00 -07:00
|
|
|
= render 'navigation/moderation'
|
2020-05-02 08:37:19 -07:00
|
|
|
.container.container--main
|
2020-04-25 09:05:35 -07:00
|
|
|
.row
|
|
|
|
.col-md-3.col-sm-4.col-xs-12
|
|
|
|
= render 'tabs/moderation'
|
|
|
|
.col-md-9.col-sm-8.col-xs-12
|
|
|
|
= yield
|
|
|
|
|
|
|
|
- provide(:title, generate_title("Moderation"))
|
|
|
|
- parent_layout "base"
|