NIHVIVO3285: the series label will now display if the intervening event is part of a series or if the presentation itself is part of a series
This commit is contained in:
parent
5c8fbbb798
commit
b2476d88c9
2 changed files with 166 additions and 59 deletions
|
@ -30,6 +30,8 @@
|
|||
<#local conference>
|
||||
<#if statement.conference?has_content && statement.conferenceLabel?has_content>
|
||||
<a href="${profileUrl(statement.conference)}">${statement.conferenceLabel}</a>
|
||||
<#elseif statement.series?has_content && statement.seriesLabel?has_content>
|
||||
<a href="${profileUrl(statement.series)}">${statement.seriesLabel}</a>
|
||||
</#if>
|
||||
</#local>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue