aboutsummaryrefslogtreecommitdiff
path: root/views/_events_calendar_day.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/_events_calendar_day.haml')
-rw-r--r--views/_events_calendar_day.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/_events_calendar_day.haml b/views/_events_calendar_day.haml
index 712559c..5aee31c 100644
--- a/views/_events_calendar_day.haml
+++ b/views/_events_calendar_day.haml
@@ -2,7 +2,7 @@
%p.event_date
%a{:href => "/events/list/#{@today.strftime("%F")}?#{request.query_string}"}
= @today.strftime((@today.day == 1) ? "%d %b" : "%d")
- =partial("history", :collection => events_calendar_day.last(10).alerts.to_a.reverse)
+ =partial("history", :collection => events_calendar_day.first(10).collect{|e| e.history.cached_alerts << e.alert ; e }.collect{|e| e.history}.uniq.sort{|a,b| a.created_at <=> b.created_at})
%p
- n_events = events_calendar_day.count
- if n_events > 10