NIHVIVO-2098 Moved the <#assign> directive inside the test for temporalVisualizationEnabled and added a comment to explain what this is all about
This commit is contained in:
parent
93bfd579b4
commit
0c1dbdd91e
1 changed files with 6 additions and 5 deletions
|
@ -2,10 +2,11 @@
|
|||
|
||||
<#-- Individual profile page template for foaf:Organization individuals (extends individual.ftl in vivo)-->
|
||||
|
||||
<#assign classSpecificExtension>
|
||||
<#if temporalVisualizationEnabled??>
|
||||
<#-- Do not show the link for temporal visualization unless deploy.properties specifies "visualization.temporal = enabled" -->
|
||||
<#if temporalVisualizationEnabled??>
|
||||
<#assign classSpecificExtension>
|
||||
<#include "individual-visualizationTemporalGraph.ftl">
|
||||
</#if>
|
||||
</#assign>
|
||||
</#assign>
|
||||
</#if>
|
||||
|
||||
<#include "individual.ftl">
|
||||
<#include "individual.ftl">
|
Loading…
Add table
Reference in a new issue