Retrospring/app/views/layouts/feed.haml

8 lines
226 B
Plaintext
Raw Normal View History

.container-lg.container--main
2020-04-25 09:23:02 -07:00
.row
2022-10-20 12:59:44 -07:00
.col-sm-10.col-md-10.col-lg-9.mx-auto
2020-04-25 09:23:02 -07:00
= render 'layouts/messages'
= render 'tabs/feed', lists: @lists, list: @list
2020-04-25 09:23:02 -07:00
= yield
2020-05-10 00:25:34 -07:00
.d-block.d-sm-none= render 'shared/links'