lib/visage-app/views/layout.haml in visage-app-1.0.0 vs lib/visage-app/views/layout.haml in visage-app-2.0.0

- old
+ new

@@ -2,14 +2,17 @@ %html %head %title= include_page_title %link{:rel => "icon", :type => "image/gif", :href => "/favicon.gif"} %link{:rel => 'stylesheet', :href => '/stylesheets/screen.css', :type => 'text/css'} - %script{:type => "text/javascript", :src => link_to("/javascripts/mootools-1.2.3-core.js")} - %script{:type => "text/javascript", :src => link_to("/javascripts/mootools-1.2.5.1-more.js")} + %link{:rel => 'stylesheet', :href => '/stylesheets/message.css', :type => 'text/css'} + %script{:type => "text/javascript", :src => link_to("/javascripts/mootools-core-1.4.0-full-compat.js")} + %script{:type => "text/javascript", :src => link_to("/javascripts/mootools-more-1.4.0.1.js")} %script{:type => "text/javascript", :src => link_to("/javascripts/highcharts.js")} %script{:type => "text/javascript", :src => link_to("/javascripts/graph.js")} %script{:type => "text/javascript", :src => link_to("/javascripts/keyboard.js")} + %script{:type => "text/javascript", :src => link_to("/javascripts/message.js")} + = include_required_js %body %div#wrapper %div#header %div#nav