summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml5
1 files changed, 3 insertions, 2 deletions
diff --git a/views/layout.haml b/views/layout.haml
index 6366ae6..a12b324 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -8,15 +8,16 @@
%link{:rel=>"stylesheet", :href=>"/stylesheets/jquery-ui.css"}
%script{:src=>"/javascripts/jquery-1.9.1.min.js"}
%script{ :src=>"/javascripts/jquery-ui.js"}
+ %script{ :src=>"/javascripts/lazar-gui.js"}
%body
.logo
- %a{:href=> "http://www.in-silico.ch/", :target=>"_blank"}
+ %a{:href=> "http://www.in-silico.ch/", :rel=> "external"}
%img{:src=>"/images/ist_logo.png"}
%h1 Lazar Toxicity Predictions
- .content
+ .content
= yield
.footer