2020-04-25 11:27:56 -07:00
|
|
|
= render 'navigation/notification'
|
2020-05-02 08:37:19 -07:00
|
|
|
.container.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
|
|
|
|
|
|
|
|
- Notification.for(current_user).update_all(new: false)
|
2020-04-25 08:54:52 -07:00
|
|
|
- provide(:title, generate_title("Notifications"))
|
|
|
|
- parent_layout "base"
|