NIHVIVO-1338 Updated to use new profileUrl method
This commit is contained in:
parent
6a224d2c0c
commit
9dc267a397
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@
|
|||
|
||||
<#local linkedIndividual>
|
||||
<#if statement.person??>
|
||||
<a href="${url(statement.person)}">${statement.personName}</a>
|
||||
<a href="${profileUrl(statement.person)}">${statement.personName}</a>
|
||||
<#else>
|
||||
<#-- This shouldn't happen, but we must provide for it -->
|
||||
<a href="${url(statement.position)}">${statement.positionName}</a> (no linked person)
|
||||
<a href="${profileUrl(statement.position)}">${statement.positionName}</a> (no linked person)
|
||||
</#if>
|
||||
</#local>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue