NIHVIVO-650 Removed url directive from template data model, and replaced with path to the images directory.
This commit is contained in:
parent
72d43f05a5
commit
e2407f7b01
2 changed files with 3 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
|||
</@p.dataPropsWrapper>
|
||||
<#elseif individual.person>
|
||||
<@p.dataPropsWrapper id="thumbnail">
|
||||
<img src="<@url path='/images/dummyImages/person.thumbnail.jpg' />" "
|
||||
<img src="${urls.images}/dummyImages/person.thumbnail.jpg"
|
||||
alt="placeholder image" width="115" />
|
||||
</@p.dataPropsWrapper>
|
||||
</#if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue