mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: Regression with ember upgrade on notifications
This commit is contained in:
parent
de027d1f97
commit
faabdad04e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#each n in model itemController="notification"}}
|
{{#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}}
|
{{notification-item notification=n scope=n.scope}}
|
||||||
<span class="time">
|
<span class="time">
|
||||||
{{format-date n.created_at leaveAgo="true"}}
|
{{format-date n.created_at leaveAgo="true"}}
|
||||||
|
|
Loading…
Reference in a new issue