diff options
Diffstat (limited to 'views/_alerts_table.haml')
-rw-r--r-- | views/_alerts_table.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/_alerts_table.haml b/views/_alerts_table.haml index 99a4e13..40b2b1c 100644 --- a/views/_alerts_table.haml +++ b/views/_alerts_table.haml @@ -12,3 +12,8 @@ %th#summary Summary %th#time At = partial("alerts_table_group", :collection => @grouped_alerts) + %tr + %td{ :colspan => 3} + %address + Last updated at + = Time.now |