aboutsummaryrefslogtreecommitdiff
path: root/views/alerts2.haml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-06-15 19:47:24 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-06-15 19:47:24 +0100
commitfc0327f91fb134e1df994143a78c22df7d8f62e4 (patch)
tree9fb1161dbdece4428e6c65b1d555a67c7908fa9e /views/alerts2.haml
parent3576923edf788eecb4320e034f5afaaf625bd62e (diff)
Big interface clear up
Diffstat (limited to 'views/alerts2.haml')
-rw-r--r--views/alerts2.haml18
1 files changed, 0 insertions, 18 deletions
diff --git a/views/alerts2.haml b/views/alerts2.haml
deleted file mode 100644
index ad0f0d3..0000000
--- a/views/alerts2.haml
+++ /dev/null
@@ -1,18 +0,0 @@
-!!!
-%html
- %head
- %meta{:name=>"viewport", :content=>"width=device-width"}
- %title Current alerts (logged in as #{@person.username})
- %link{:rel => "stylesheet", :href => "/alerts2.css"}
- %script{:type => "text/javascript", :src => "/jquery-1.4.2.min.js"}
- %script{:type => "text/javascript", :src => "/jquery.treeview.pack.js"}
- %script{:type => "text/javascript", :src => "/jquery.cookie.js"}
- %script{:type => "text/javascript", :src => "/jquery.pop.js"}
- //%script{:type => "text/javascript", :src => "/jquery.countdown.js"}
- %script{:type => "text/javascript", :src => "/mauve.js"}
- %body
- .darkMask
- .head= partial("head3")
- .unacknowledged= partial("unacknowledged")
- .acknowledge= partial("acknowledge")
- .updateAlertStatus= partial("jqChangeStatus")