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