summaryrefslogtreecommitdiff
path: root/views/prediction.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-03-11 16:49:24 +0100
committergebele <gebele@in-silico.ch>2015-03-11 16:49:24 +0100
commit8969a13eb7872857cd81a4fa847677c226aa8a72 (patch)
treed016aa5fa96c24d4f7b6678132114386be29642c /views/prediction.haml
parent12002a6390b10c3c12462936484ba967da2478e4 (diff)
marked descriptor links;resize body if many models;fixed progress status
Diffstat (limited to 'views/prediction.haml')
-rw-r--r--views/prediction.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/prediction.haml b/views/prediction.haml
index 99b7527..edf6259 100644
--- a/views/prediction.haml
+++ b/views/prediction.haml
@@ -134,7 +134,7 @@
});
- if @model_type[count] =~ /regression/i && (p.data_entries[0][1] != nil && p.data_entries[0][1] != 0.0)
/ Descriptors
- %a{:href => to("/prediction/#{CGI.escape(@model_uri)}/#{@model_type[count]}/#{CGI.escape(@compound.uri)}/fingerprints"), :id=>"linkPredictionSf", :target=>"details_overview"} Descriptors
+ %a{:href => to("/prediction/#{CGI.escape(@model_uri)}/#{@model_type[count]}/#{CGI.escape(@compound.uri)}/fingerprints"), :id=>"linkPredictionSf", :target=>"details_overview"} Descriptors >
:javascript
$(function() {
$("a#linkPredictionSf").on('click', function(e) {