retrospring/app/views/layouts/notifications.html.haml
Georg Gadinger 58705fffba mark notifications as "read" in the controller and when you see them
this makes it behave a bit more like the inbox
2023-01-24 15:54:41 +01:00

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'