Holly create a new ShortViews test suite...
This commit is contained in:
parent
122cf49d04
commit
7438e62d9c
12 changed files with 2025 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
<#import "lib-vivo-properties.ftl" as p>
|
||||
|
||||
<a href="${individual.profileUrl}" title="individual name">${individual.name}</a>
|
||||
|
||||
<@p.displayTitle individual />
|
||||
|
||||
<#if (details[0].deptName)?? >
|
||||
<span class="display-title">Member of ${details[0].deptName}</span>
|
||||
</#if>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue