Retrospring/app/views/layouts/notification.haml

10 lines
291 B
Plaintext

= render 'notifications/notification_nav'
.container.j2-page
.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"))