diff options
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 |