summaryrefslogtreecommitdiff
path: root/views/neighbors.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/neighbors.haml
parent12002a6390b10c3c12462936484ba967da2478e4 (diff)
marked descriptor links;resize body if many models;fixed progress status
Diffstat (limited to 'views/neighbors.haml')
-rw-r--r--views/neighbors.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/neighbors.haml b/views/neighbors.haml
index 33ea688..86d1906 100644
--- a/views/neighbors.haml
+++ b/views/neighbors.haml
@@ -113,7 +113,7 @@
%a{:href => to("/prediction/#{CGI.escape(@model_uri)}/#{@type}/#{CGI.escape(neighbor_compound.uri)}/significant_fragments"), :id=>"link#{count_rs}#{count}sf", :target=>"details"} Significant fragments >
- if @type =~ /regression/i
- if p.data_entries[count][3] != nil
- %a{:href => to("/prediction/#{CGI.escape(@model_uri)}/#{@type}/#{CGI.escape(neighbor_compound.uri)}/significant_fragments"), :id=>"link#{count_rs}#{count}sf", :target=>"details"} Descriptors
+ %a{:href => to("/prediction/#{CGI.escape(@model_uri)}/#{@type}/#{CGI.escape(neighbor_compound.uri)}/significant_fragments"), :id=>"link#{count_rs}#{count}sf", :target=>"details"} Descriptors >
:javascript
$(function() {
$("a#link#{count_rs}#{count}").on('click', function(e) {