NIHVIVO-3311 convert all templates that fetch a URL from the ObjectPropertyStatementTemplateModel.
This commit is contained in:
parent
5806bf699c
commit
6f82977d9c
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@
|
||||||
is also used to generate the property statement during a deletion.
|
is also used to generate the property statement during a deletion.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<a href="${profileUrl(statement.object)}" title="name">${statement.label!statement.localName!}</a>
|
<a href="${profileUrl(statement.uri("object"))}" title="name">${statement.label!statement.localName!}</a>
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
<#-- Simple object property statement template -->
|
<#-- Simple object property statement template -->
|
||||||
|
|
||||||
<a href="${profileUrl(statement.object)}" title="name">${statement.name!}</a>
|
<a href="${profileUrl(statement.uri("object"))}" title="name">${statement.name!}</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue