diff options
Diffstat (limited to 'views/events.haml')
l---------[-rw-r--r--] | views/events.haml | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/views/events.haml b/views/events.haml index 324e3b5..3b8d2e2 100644..120000 --- a/views/events.haml +++ b/views/events.haml @@ -1,22 +1 @@ -!!! -%html - %head - %title #{@title}: Last events (logged in as #{@person.username}) - %link{:rel => "stylesheet", :href => "/alerts.css"} - %script{:type => "text/javascript", :src => "/prototype.js"} - %script{:type => "text/javascript", :src => "/mauve_utils.js"} - %body{:onLoad => "addAutoHover(); addRefresh();"} - #header - %h1= @title - #errors{:style => "display: none;"} - %h1 - Trouble! - ( - %a{:href=>"#", :onClick => "clearErrors();"} hide - ) - %ul#errors_list - %p Either the alert server or your internet connection is malfunctioning, so you may want to try refreshing the page. - #alert_counts= partial("alert_counts") - #navigation= partial("navigation") - #event_list= partial("event_list", :locals => {:alerts => @alerts}) - +not_implemented.haml
\ No newline at end of file |