diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 21:19:06 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 21:19:06 +0100 |
commit | 3af526a34a0d53cde184134b68f2c241efe92483 (patch) | |
tree | 8710265616ab6bef3967781f4e84f376bec4079e /views/alert.haml | |
parent | 13c75e73812927359ca8a1d606ed33bd6a75eea5 (diff) |
* Alert detail now has default message.
* It is now interpreted as textile.
Diffstat (limited to 'views/alert.haml')
-rw-r--r-- | views/alert.haml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/alert.haml b/views/alert.haml index 41de29a..0486770 100644 --- a/views/alert.haml +++ b/views/alert.haml @@ -17,7 +17,9 @@ %td= @alert.source %tr %th{:title => "HTML fragment describing the alert in more detail, no limit on length."} Detail - %td= @alert.detail + %td + :textile + #{@alert.detail} %tr %th{:title => "ID set by the source of the alert."} Alert ID %td= @alert.alert_id |