summaryrefslogtreecommitdiff
path: root/views/neighbors.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2019-07-11 15:59:13 +0000
committergebele <gebele@in-silico.ch>2019-07-11 15:59:13 +0000
commit5490f6214f3a22216f7980c7d46f6d9fe10a4924 (patch)
tree7da1f991c1f31048b7b55a2dbc5729da7694860d /views/neighbors.haml
parent5efd8128dc5bdb9ffc0aa4798f8aa303973794e6 (diff)
simplify js code;reorder js code;
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 91b5f57..5f3e2bc 100644
--- a/views/neighbors.haml
+++ b/views/neighbors.haml
@@ -8,7 +8,7 @@
/ get predictionFeature type
- m = Model::Lazar.find model.model_id.to_s
%li.nav-item
- %a.nav-link{:class => ("active" if i ==0), :href => "#results_#{i+1}", :id => "linkTab#{i+1}", data: {toggle:"tab"}, :onclick=>"sortTable('#{i+1}');"}
+ %a.nav-link{:class => ("active" if i ==0), :href => "#results_#{i+1}", :id => "linkTab#{i+1}", data: {toggle:"tab"}}
= "#{model.endpoint} (#{model.species})"
%div.tab-content
- @predictions.each_with_index do |prediction,j|