summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2013-01-10 10:14:57 +0100
committerrautenberg <rautenberg@in-silico.ch>2013-01-10 10:14:57 +0100
commitf4c1d9b77ea12911f2eda7e45c7ac497b222a583 (patch)
tree68410a557d3aab0c200688c46ff65fcae557f7e2 /views
parent8bbb95839061259b642b16ef85f7aa4a0f878e2c (diff)
redirect if name is empty / valign to style
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)