NIHVIVO-2449 Display preferred title on individuallist page
This commit is contained in:
parent
977d859cd6
commit
fface83a87
2 changed files with 38 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Display of an individual in a list (/individuallist). -->
|
||||
|
||||
<a href="${individual.profileUrl}">${individual.name}</a>
|
||||
|
||||
<#if individual.preferredTitle?has_content>${individual.preferredTitle}</#if>
|
||||
|
||||
<#-- add display of web pages -->
|
Loading…
Add table
Add a link
Reference in a new issue