minor follow-up change to relatedRole listed view
This commit is contained in:
parent
a9d6a2bee8
commit
df41a0aac2
1 changed files with 2 additions and 2 deletions
|
@ -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", "")}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue