tab/app/views/notifications/index.html.haml

3 lines
200 B
Text
Raw Normal View History

2017-01-09 16:22:58 +01:00
= render 'index', actions: true, title: 'Unread Notifications', notifications: @notifications[false]
= render 'index', actions: false, title: 'Read Notifications', notifications: @notifications[true]