2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

FIX: Regression with ember upgrade on notifications

This commit is contained in:
Robin Ward 2014-12-19 10:34:09 -05:00
parent de027d1f97
commit faabdad04e

View file

@ -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"}}