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,13 +33,13 @@
|
|||
This information is redundant if the property is collated, since it appears in the subclass label. -->
|
||||
|
||||
<#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", "")}
|
||||
</#if>
|
||||
<#elseif (! property.collatedBySubclass ) && statement.roleTypeLabel?has_content>${statement.roleTypeLabel?replace(" Role", "")}
|
||||
</#if>
|
||||
</#local>
|
||||
|
||||
${linkedIndividual} ${roleLabel!} <@dt.yearIntervalSpan "${statement.dateTimeStart!}" "${statement.dateTimeEnd!}" />
|
||||
${linkedIndividual} ${roleLabel!} <@dt.yearIntervalSpan "${statement.dateTimeStart!}" "${statement.dateTimeEnd!}" />
|
||||
|
||||
</#macro>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue