diff options
Diffstat (limited to 'views/alert.haml')
-rw-r--r-- | views/alert.haml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/views/alert.haml b/views/alert.haml index d4e274f..30aeb86 100644 --- a/views/alert.haml +++ b/views/alert.haml @@ -44,19 +44,6 @@ %th{:title => "The time at which the alert will be automatically cleared"} Will clear %td= @alert.will_raise_at.to_s_human %tr - %th Notifications sent out - %td - %ul - - @alert.changes.first(10).each do |change| - - if change.was_relevant? - %li - %strong= change.level - = change.update_type - notification to - = change.person - at - = change.at.to_s_human - %tr %th History %td %ul#histories |