mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 00:19:08 +01:00
10 lines
No EOL
251 B
Text
10 lines
No EOL
251 B
Text
= render 'navigation/moderation'
|
|
.container.container--main
|
|
.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" |