updated comment layout from upstream; added grouped_by_event behaviour to comments_dropdown and helper

This commit is contained in:
raluka 2015-09-21 15:56:57 +02:00
parent 5790d99fac
commit f7c70ba55c
7 changed files with 78 additions and 77 deletions

View file

@ -280,6 +280,6 @@ module ApplicationHelper
end
def unread_notifications(user)
Comment.accessible_by(current_ability).find_since_last_login(user).limit(5)
Comment.accessible_by(current_ability).find_since_last_login(user)
end
end