Fix typo (#1165)
This commit is contained in:
parent
115e52c748
commit
0e76bdcd33
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
<% if user_signed_in? %>
|
||||
<% notification_count = 0 %>
|
||||
<% @notifications.each do |notification| %>
|
||||
<% next if (notification.notified_at < 24.hours.ago && notificatin.aggregated?) %>
|
||||
<% next if (notification.notified_at < 24.hours.ago && notification.aggregated?) %>
|
||||
<% notification_count = notification_count + 1 %>
|
||||
<% break if notification_count > 45 %>
|
||||
<div class="single-article single-article-small-pic <%= "unseen" unless notification.read? %>">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue