diff --git a/resources/views/v1/list/groups.twig b/resources/views/v1/list/groups.twig index 80a0896ad9..3fee8c6585 100644 --- a/resources/views/v1/list/groups.twig +++ b/resources/views/v1/list/groups.twig @@ -34,7 +34,7 @@ TODO: hide and show columns {% for group in groups %} {% if group.count > 1 %} - + {{ group.title }} @@ -171,19 +171,27 @@ TODO: hide and show columns {% endif %} {% endif %} - - {% if group.count == 1 %} + + {% if group.count == 1 %} + - {% endif %} - + + + {% endif %} + {% if group.count != 1 %} + +   + + {% endif %}