tab/app/views/notifications/index.html.haml
2017-01-09 16:22:58 +01:00

3 lines
200 B
Plaintext

= render 'index', actions: true, title: 'Unread Notifications', notifications: @notifications[false]
= render 'index', actions: false, title: 'Read Notifications', notifications: @notifications[true]