mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 11:36:05 +01:00
be1afe01e9
This removes the horrible side margins on portrait tablets
10 lines
255 B
Text
10 lines
255 B
Text
= render 'navigation/moderation'
|
|
.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'))
|
|
- parent_layout 'base'
|