Retrospring/app/views/layouts/feed.html.haml

9 lines
207 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
= render 'shared/links'