NIHVIVO-2734 Don't show property group menu if there are no property group menu items
This commit is contained in:
parent
030b454a2b
commit
9479a220f5
1 changed files with 14 additions and 12 deletions
|
@ -8,6 +8,7 @@
|
|||
<#assign groups = propertyGroups.all>
|
||||
|
||||
<#if groups?has_content>
|
||||
<#if (groups?size > 1) || (groups?first).getName(nameForOtherGroup)?has_content>
|
||||
<nav id="property-group-menu" role="navigation">
|
||||
<ul role="list">
|
||||
<#list groups as group>
|
||||
|
@ -21,4 +22,5 @@
|
|||
</ul>
|
||||
</nav>
|
||||
</#if>
|
||||
</#if>
|
||||
</#if>
|
Loading…
Add table
Add a link
Reference in a new issue