lib/visage-app/views/layout.haml in visage-app-0.3.3 vs lib/visage-app/views/layout.haml in visage-app-0.9.0.pre1

- old
+ new

@@ -2,22 +2,32 @@ %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/raphael.js")} - %script{:type => "text/javascript", :src => link_to("/javascripts/g.raphael.js")} - %script{:type => "text/javascript", :src => link_to("/javascripts/g.line.js")} %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.3.1-more.js")} + %script{:type => "text/javascript", :src => link_to("/javascripts/mootools-1.2.5.1-more.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")} %body %div#wrapper %div#header %div#nav - %a{:href => link_to("/profiles")} profiles - %a{:href => link_to("/builder")} builder + %ul + %li + %a{:href => link_to("/profiles")} profiles + %li + %a{:href => link_to("/builder")} builder %div#content = yield + + %div#footer + Visage + | + %a{:href => link_to("/profiles")} Profiles + | + %a{:href => link_to("/builder")} Builder +