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

3 lines
200 B
Plaintext
Raw Normal View History

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