updated comment layout from upstream; added grouped_by_event behaviour to comments_dropdown and helper
This commit is contained in:
parent
5790d99fac
commit
f7c70ba55c
7 changed files with 78 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue