retrospring/app/views/layouts/notifications.haml

11 lines
239 B
Text
Raw Normal View History

.container-lg.container--main
2020-04-25 17:51:00 +02:00
.row
.col-md-3.col-xs-12.col-sm-4
= render 'tabs/notifications'
.col-md-9.col-xs-12.col-sm-8
= yield
2020-05-10 13:10:47 +02:00
:ruby
Notification.for(current_user).update_all(new: false)
parent_layout 'base'