aboutsummaryrefslogtreecommitdiff
path: root/views/_history.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/_history.haml')
-rw-r--r--views/_history.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/_history.haml b/views/_history.haml
index 400c1c3..a399113 100644
--- a/views/_history.haml
+++ b/views/_history.haml
@@ -3,7 +3,7 @@
= history.created_at.strftime("%a %d %b %Y")
%p
= history.created_at.strftime("%R")
- - history.alerts.each do |alert|
+ - (history.cached_alerts.empty? ? history.alerts : history.cached_alerts).each do |alert|
%a{ :href => self.class.url_for(alert) }
= alert.id
%strong