Skip to content
Snippets Groups Projects
Commit 344357cf authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#546 - hide groups without associated templates

parent bb4289d9
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@
<div class="col s12">
<ul class="collapsible expandable" id="templateCollapsible">
<#list templatesByGroup as templateGroup, templates>
<#if templatesByGroup?size != 1>
<#if templatesByGroup?size != 1 && templates?size != 0>
<div class="template-group-headline">${templateGroup.getName()}</div>
</#if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment