From 75cff4f2e1676107e5146e97cbfc20d14412f5de Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 12 Feb 2014 16:25:41 +0100 Subject: ensure correct loop end --- views/neighbors.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/neighbors.haml b/views/neighbors.haml index c7a181a..5563392 100644 --- a/views/neighbors.haml +++ b/views/neighbors.haml @@ -31,4 +31,4 @@ :javascript hide("Other inactive assays","#inactive_assays#{n}", "/cid/#{n}/assays/inactive"); - - idx += 1 + - idx += 1 -- cgit v1.2.3