diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-29 18:41:51 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-11-29 18:41:51 +0000 |
commit | 17120a9adf733185b5fc08cccf6644a09c995330 (patch) | |
tree | 457dd6374b78bcff072519faf0bb97b193a246b7 /views/alert.haml | |
parent | 5d05cc179c552f130b85dcc0cc5621ecefd47e75 (diff) |
Added suppression information to views
Diffstat (limited to 'views/alert.haml')
-rw-r--r-- | views/alert.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/alert.haml b/views/alert.haml index ff13a62..6aa2e23 100644 --- a/views/alert.haml +++ b/views/alert.haml @@ -43,6 +43,10 @@ %tr %th{:title => "The time at which the alert will be automatically cleared"} Will clear %td= @alert.will_raise_at.to_s_human + -if @alert.suppressed? + %tr + %th{:title => "The time at which notifications for this alert will start"} Suppressed until + %td= @alert.suppress_until.to_s_human %tr %th History %td |