retrospring/app/views/layouts/notifications.haml
2020-05-02 17:37:19 +02:00

11 lines
No EOL
315 B
Text

= render 'navigation/notification'
.container.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
- Notification.for(current_user).update_all(new: false)
- provide(:title, generate_title("Notifications"))
- parent_layout "base"