summaryrefslogtreecommitdiff
path: root/views/predict.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-11-28 14:13:18 +0000
committergebele <gebele@in-silico.ch>2016-11-28 14:13:18 +0000
commitc5ca09fb039e38abd89005d49ef373cf18b79039 (patch)
tree4c1199782dd90b97bdcb874dcb0ef25a11c0615c /views/predict.haml
parentbfd31ed2c9d0cde8a53238c7368eb3d49c580b7d (diff)
bumped version;training dataset download;show warnings for batch;csv info and upload catch;code cleanupv9-nestec
Diffstat (limited to 'views/predict.haml')
-rw-r--r--views/predict.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/predict.haml b/views/predict.haml
index 66006d4..9a7d0d4 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -127,6 +127,7 @@
%p
%label{:for=>"fileselect"}
or upload a CSV file for batch predictions
+ %a.btn.glyphicon.glyphicon-info-sign{:href=>"javascript:void(0)", :title=>"File format", :tabindex=>"0", data: {trigger:"focus", toggle:"popover", placement:"auto", html:"true", content:"One column with compounds and keyword SMILES or InChI in the first row."}}
%br
%span.btn.btn-default.btn-file
%input{:type=>"file", :name=> "fileselect", :id=>"fileselect", :accept=>"text/csv"}