mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 04:06:04 +01:00
58705fffba
this makes it behave a bit more like the inbox
11 lines
226 B
Text
11 lines
226 B
Text
.container-lg.container--main
|
|
.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"
|
|
|
|
:ruby
|
|
parent_layout 'base'
|