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