mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 16:56:03 +01:00
10 lines
239 B
Text
10 lines
239 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
|
|
|
|
:ruby
|
|
Notification.for(current_user).update_all(new: false)
|
|
parent_layout 'base'
|