summaryrefslogtreecommitdiff
path: root/views/predict.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/predict.haml')
-rw-r--r--views/predict.haml10
1 files changed, 5 insertions, 5 deletions
diff --git a/views/predict.haml b/views/predict.haml
index 0afcc99..a776a93 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -142,14 +142,14 @@
%input{:type => 'text', :name => 'identifier', :id => 'identifier', :size => '60'}
%p
%label{:for=>"fileselect"}
- or upload a CSV file for batch predictions
+ or upload a CSV or SMI file for batch predictions
%br
%span.btn.btn-default.btn-file
- %input{:type=>"file", :name=> "fileselect", :id=>"fileselect", :autocomplete=>"off", :accept=>"text/csv"}
+ %input{:type=>"file", :name=> "fileselect", :id=>"fileselect", :autocomplete=>"off", :accept=>"text/csv,chemical/x-daylight-smiles"}
%a.btn.btn-warning{:href => to("/help"), :rel => "external", :style=>"margin-left: 1em;"} Help
%div.col-md-6
- if !@existing_datasets.blank?
- %label{:for=>"storage"} or select an uploaded CSV file
+ %label{:for=>"storage"} or select an uploaded file
#storage.storage-list
- @existing_datasets.each do |id,values|
%div.p2
@@ -187,7 +187,7 @@
%div{:id=>endpoint.gsub(/\s+/, "_")}
%h4.head-back=endpoint
- if endpoint !~ /^Oral|Mazzatorta/
- - @models.select{|m| endpoint = endpoint.gsub("(lazar)","").strip if endpoint =~ /lazar/; m.endpoint == endpoint}.each do |model|
+ - @models.select{|m| m.endpoint == endpoint}.each do |model|
%div.row{:id => model.id,:style=>"margin-bottom:1em;"}
%span.col-lg-4.col-md-4.col-sm-4.col-xs-4
%input.check{:type => "checkbox", :name => "selection[#{model.id}]", :id => "selection[#{model.species.gsub(/\s+/, "_")}]", :value => true, :disabled => false}
@@ -234,7 +234,7 @@
%span.col-lg-4.col-md-4.col-sm-4.col-xs-4
%input.check{:type => "checkbox", :name => "selection[Mazzatorta]", :id => "selection[Mazzatorta]", :value => true, :disabled => false}
%label{:for => "selection[Mazzatorta]"}
- Rats
+ Rat
%fieldset#bottom.well
%div.row
%div.col-md-2