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

12 lines
226 B
Plaintext
Raw Normal View History

.container-lg.container--main
2020-04-25 08:51:00 -07:00
.row
.col-md-3.col-xs-12.col-sm-4
= render 'tabs/notifications'
.col-md-9.col-xs-12.col-sm-8
= yield
.d-block.d-sm-none= render "shared/links"
2020-05-10 04:10:47 -07:00
:ruby
parent_layout 'base'