summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2014-02-12 16:25:41 +0100
committergebele <gebele@in-silico.ch>2014-02-12 16:25:41 +0100
commit75cff4f2e1676107e5146e97cbfc20d14412f5de (patch)
treebee77039ddba3cfa3540964df02566d4ec0453f7
parent005347957b9b89a1ce9d000ab0c3c169988e0fa1 (diff)
ensure correct loop end
-rw-r--r--views/neighbors.haml2
1 files changed, 1 insertions, 1 deletions
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