aboutsummaryrefslogtreecommitdiff
path: root/views/alert.haml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-06-09 18:09:52 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-06-09 18:09:52 +0100
commit495c44445642cfae8f23fadde299ad5307f5be58 (patch)
tree0104c9eef164235aa5ab05b126c8f63e52fb8624 /views/alert.haml
parent0c88fcc91db1b003cd5d5311f62700c7867b4099 (diff)
Big commit
--HG-- rename : views/please_authenticate.haml => views/login.haml
Diffstat (limited to 'views/alert.haml')
-rw-r--r--views/alert.haml12
1 files changed, 6 insertions, 6 deletions
diff --git a/views/alert.haml b/views/alert.haml
index 4310ddc..9d25c47 100644
--- a/views/alert.haml
+++ b/views/alert.haml
@@ -2,18 +2,18 @@
%html
%head
%title #{@title}: Alert #{@alert.id}: #{@alert.get_safe_html_summary}
- %link{:rel => "stylesheet", :href => "/alerts2.css"}
- %link{:rel => "stylesheet", :href => "/alerts-mobil.css", :media => "handheld"}
- %script{:type => "text/javascript", :src => "/prototype.js"}
- %script{:type => "text/javascript", :src => "/mauve_utils.js"}
- %script{:type => "text/javascript", :src => "/datadumper.js"}
+ %link{:rel => "stylesheet", :href => "/alerts2.css"}/
+ %link{:rel => "stylesheet", :href => "/alerts-mobil.css", :media => "handheld"} /
+ %script{:type => "text/javascript", :src => "/prototype.js"}/
+ %script{:type => "text/javascript", :src => "/mauve_utils.js"}/
+ %script{:type => "text/javascript", :src => "/datadumper.js"}/
%body{:onLoad => "addAutoHover(); addRefresh();"}
.head= partial("head3")
#about_alert
%h1.summary #{@alert.get_safe_html_subject}: #{@alert.get_safe_html_summary}
%h2.details Alert Details
- if @alert.detail
- .detail= @alert.get_details
+ .arse= partial("detail")
- if @alert.source != @alert.subject
%h2.source Source
.source= @alert.get_safe_html_source