2015-08-28 07:29:02 -07:00
|
|
|
.col-md-3.col-xs-12.col-sm-4
|
2015-01-30 15:47:28 -08:00
|
|
|
.panel.panel-default.hidden-xs
|
2015-04-19 07:49:53 -07:00
|
|
|
.list-group
|
2015-09-16 13:18:40 -07:00
|
|
|
= list_group_item "New Notifications", notifications_path, badge: Notification.for(current_user).where(new: true).count
|
|
|
|
= list_group_item "All Notifications", notifications_path('all')
|
|
|
|
|
|
|
|
.panel.panel-default.hidden-xs
|
|
|
|
.panel-heading
|
|
|
|
Filter by Type
|
|
|
|
.list-group
|
2015-06-06 16:28:10 -07:00
|
|
|
= list_group_item t('views.notifications.tabs.answer'), notifications_path('answer'), badge: Notification.for(current_user).where(target_type: "Answer", new: true).count
|
|
|
|
= list_group_item t('views.notifications.tabs.smile'), notifications_path('smile'), badge: Notification.for(current_user).where(target_type: "Smile", new: true).count
|
|
|
|
= list_group_item t('views.notifications.tabs.comment'), notifications_path('comment'), badge: Notification.for(current_user).where(target_type: "Comment", new: true).count
|
|
|
|
= list_group_item t('views.notifications.tabs.commentsmile'), notifications_path('commentsmile'), badge: Notification.for(current_user).where(target_type: "CommentSmile", new: true).count
|
|
|
|
= list_group_item t('views.notifications.tabs.relationship'), notifications_path('relationship'), badge: Notification.for(current_user).where(target_type: "Relationship", new: true).count
|