mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 02:59:07 +01:00
ea0685136e
haha regexp go brrr special thanks to @seatsea for helping me out with the French locales
9 lines
272 B
Text
9 lines
272 B
Text
.container.container--main
|
|
.row
|
|
.col-md-3.col-sm-4.d-none.d-sm-block
|
|
= render 'shared/sidebar'
|
|
.col-md-9.col-xs-12.col-sm-8
|
|
= render 'layouts/messages'
|
|
= render 'tabs/feed', list: @list
|
|
= yield
|
|
.d-block.d-sm-none= render 'shared/links'
|