2 lines
200 B
Text
2 lines
200 B
Text
= render 'index', actions: true, title: 'Unread Notifications', notifications: @notifications[false]
|
|
= render 'index', actions: false, title: 'Read Notifications', notifications: @notifications[true]
|