aboutsummaryrefslogtreecommitdiff
path: root/views/_alerts_table_alert_detail.haml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-06-15 21:19:06 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-06-15 21:19:06 +0100
commit3af526a34a0d53cde184134b68f2c241efe92483 (patch)
tree8710265616ab6bef3967781f4e84f376bec4079e /views/_alerts_table_alert_detail.haml
parent13c75e73812927359ca8a1d606ed33bd6a75eea5 (diff)
* Alert detail now has default message.
* It is now interpreted as textile.
Diffstat (limited to 'views/_alerts_table_alert_detail.haml')
-rw-r--r--views/_alerts_table_alert_detail.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/_alerts_table_alert_detail.haml b/views/_alerts_table_alert_detail.haml
index 73185c6..b5ada45 100644
--- a/views/_alerts_table_alert_detail.haml
+++ b/views/_alerts_table_alert_detail.haml
@@ -2,7 +2,8 @@
%td &nbsp;
%td{:colspan => 2}
.detail
- = alert.detail
+ :textile
+ #{alert.detail}
%address
- if alert.raised? or alert.acknowledged?
Raised at #{alert.raised_at.to_s_human} &bull;