From 1f41d215fdbb6ad4b593c633530190fd556b18dd Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Fri, 1 Aug 2014 14:26:15 +0200 Subject: [PATCH] fixed divider bug in dbSelectionView templaet --- .../aardvark/frontend/js/templates/dbSelectionView.ejs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/js/apps/system/aardvark/frontend/js/templates/dbSelectionView.ejs b/js/apps/system/aardvark/frontend/js/templates/dbSelectionView.ejs index 15591b8184..c91ff64d0f 100644 --- a/js/apps/system/aardvark/frontend/js/templates/dbSelectionView.ejs +++ b/js/apps/system/aardvark/frontend/js/templates/dbSelectionView.ejs @@ -18,11 +18,13 @@ if (list.length > 1) { <% }); %> -
  • <% } %> - <% if (current === "_system") { %> + <% if (current === "_system") { console.log(list.length);%> + <% if (list.length >= 2) { %> +
  • + <% } %>