summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-03-22 18:06:17 +0100
committergebele <gebele@in-silico.ch>2013-03-22 18:06:17 +0100
commit8f638745a710f848c31558cfd2d4bd111d33de91 (patch)
treec9a92d927750ab811844098246a2e528d815435a /views/layout.haml
parente18adec09d77c2461ba15a2a5d02734d4015327e (diff)
open not toggle, resizeable table
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/layout.haml b/views/layout.haml
index a12b324..9cc2ed3 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -5,10 +5,11 @@
%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"}
- %link{:rel=>"stylesheet", :href=>"/stylesheets/jquery-ui.css"}
+ %link{ :href=>"/stylesheets/jquery-ui.css", :rel=>"stylesheet"}
%script{:src=>"/javascripts/jquery-1.9.1.min.js"}
%script{ :src=>"/javascripts/jquery-ui.js"}
%script{ :src=>"/javascripts/lazar-gui.js"}
+ %script{:src=>"/javascripts/jquery.tablesorter.min.js"}
%body