diff options
Diffstat (limited to 'views/alert.haml')
-rw-r--r-- | views/alert.haml | 12 |
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 |