summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml7
1 files changed, 4 insertions, 3 deletions
diff --git a/views/layout.haml b/views/layout.haml
index 23d251c..148e431 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -7,7 +7,6 @@
%title Nano Lazar Toxicity Predictions
%link{:rel=>'icon', :type=>'image/x-icon', :href=>'/images/favicon.ico'}
%link{:rel=>'stylesheet', :href=>"#{'/css/style.css'}"}
- %link{:rel=>'stylesheet', :href=>"#{'/css/style2.css'}"}
%link{:rel=>'stylesheet', :href=>"#{'/css/bootstrap.min.css'}"}
%link{:rel=>'stylesheet', :href=>"#{'/css/theme.bootstrap.min.css'}"}
%link{:rel=>'stylesheet', :href=>"#{'/css/theme.default.min.css'}"}
@@ -15,9 +14,9 @@
%script{:src=>"/javascripts/jquery.tablesorter.min.js"}
%script{:src=>"/javascripts/jquery.tablesorter.widgets.js"}
%script{:src=>"/javascripts/jquery.tablesorter.staticrow.min.js"}
- -#%script{:src=>"/javascripts/jquery.doubleScroll.js"}
- %script{:src=>"/javascripts/widget-scroller.js"}
+ %script{:src=>"/javascripts/jquery.doubleScroll.js"}
%script{:src=>"/javascripts/bootstrap.min.js"}
+ %script{:src=>"/javascripts/nanolazar.js"}
%body
%noscript
%div{ :style=>"width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"}
@@ -34,6 +33,8 @@
%img.media-object{:src=>"/images/enm_logo.png", :width=>"200px", :heigth=>"200px", :alt=>"logo_enm", :style=>"margin:0 3em 0 2em;"}
%div.container-fluid
+ Problems, bugs, ideas for improvements ? Please report at our
+ %a{:href => 'https://github.com/enanomapper/nano-lazar/issues', :rel => "external"} issue tracker
:javascript
$(document).ready(function(){
$("#back-top").hide();