diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 19:47:24 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-15 19:47:24 +0100 |
commit | fc0327f91fb134e1df994143a78c22df7d8f62e4 (patch) | |
tree | 9fb1161dbdece4428e6c65b1d555a67c7908fa9e /views/preferences.haml | |
parent | 3576923edf788eecb4320e034f5afaaf625bd62e (diff) |
Big interface clear up
Diffstat (limited to 'views/preferences.haml')
l---------[-rw-r--r--] | views/preferences.haml | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/views/preferences.haml b/views/preferences.haml index c39c108..3b8d2e2 100644..120000 --- a/views/preferences.haml +++ b/views/preferences.haml @@ -1,24 +1 @@ -!!! -%html - %head - %title #{@title}: My preferences (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"} - %script{:type => "text/javascript", :src => "/datadumper.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") - %h1 Not implemented yet - - +not_implemented.haml
\ No newline at end of file |