From ecae07354c9a6b7f13fdf70ef832ccafc9c64d05 Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 17 Feb 2014 11:29:47 +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