From 56448ff9ab7e9cb1b6f55116765d6315876120b4 Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 11 Mar 2013 14:55:20 +0100 Subject: first version --- views/layout.haml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index d5a14c2..e9aeac5 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -5,10 +5,14 @@ %meta{'http-equiv' => "X-UA-Compatible", :content => "chrome=1"} %title Lazar Toxicity Predictions %link{ :href=>"/stylesheets/screen.css", :media=>"screen, projection", :rel=>"stylesheet", :type=>"text/css"} - %script{:src=>"http://code.jquery.com/jquery-1.8.3.js"} + %link{:rel=>"stylesheet", :href=>"http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css"} + %script{:src=>"http://code.jquery.com/jquery-1.9.1.js"} + %script{ :src=>"http://code.jquery.com/ui/1.10.0/jquery-ui.js"} + %body .logo + %img{:src=>"/images/ist_logo.png"} %h1 Lazar Toxicity Predictions .info -- cgit v1.2.3