mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:54:16 +08:00
FIX: Regression with ember upgrade on notifications
This commit is contained in:
parent
de027d1f97
commit
faabdad04e
|
@ -15,7 +15,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{#each n in model itemController="notification"}}
|
||||
<div {{bind-attr class=":item :notification read::n.unread"}}>
|
||||
<div {{bind-attr class=":item :notification n.read::unread"}}>
|
||||
{{notification-item notification=n scope=n.scope}}
|
||||
<span class="time">
|
||||
{{format-date n.created_at leaveAgo="true"}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user