retrospring/app/views/layouts/feed.haml
Georg Gadinger ea0685136e Rename Groups to Lists
haha regexp go brrr

special thanks to @seatsea for helping me out with the French locales
2020-05-25 18:04:54 +02:00

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'