mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 07:16:03 +01:00
8 lines
199 B
Text
8 lines
199 B
Text
.container-lg.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'))
|