minor follow-up change to relatedRole listed view

This commit is contained in:
tworrall 2011-10-24 14:16:32 +00:00
parent a9d6a2bee8
commit df41a0aac2

View file

@ -33,7 +33,7 @@
This information is redundant if the property is collated, since it appears in the subclass label. --> This information is redundant if the property is collated, since it appears in the subclass label. -->
<#if statement.roleLabel?has_content> <#if statement.roleLabel?has_content>
<#if statement.roleLabel?lower_case?replace(" role", "") != subclassName?lower_case?replace(" role", "")> <#if statement.roleLabel?lower_case?replace(" role", "") != statement.roleTypeLabel?lower_case?replace(" role", "")>
${statement.roleLabel?replace(" Role", "")} ${statement.roleLabel?replace(" Role", "")}
</#if> </#if>
<#elseif (! property.collatedBySubclass ) && statement.roleTypeLabel?has_content>${statement.roleTypeLabel?replace(" Role", "")} <#elseif (! property.collatedBySubclass ) && statement.roleTypeLabel?has_content>${statement.roleTypeLabel?replace(" Role", "")}