summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/neighbors.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/neighbors.haml b/views/neighbors.haml
index d6fbd7e..c7a181a 100644
--- a/views/neighbors.haml
+++ b/views/neighbors.haml
@@ -8,7 +8,7 @@
- neighbors(@cid).each do |n|
- unless assays(n,"active").empty? and assays(n,"inactive").empty?
%tr
- %th{:valign => "top", :colspan => "3"}
+ %th{:style => "vertical-align:top;", :colspan => "3"}
= name n
(
= similarity(@cid,n).round(3)