NIHVIVO-3311 convert all templates that fetch a URL from the ObjectPropertyStatementTemplateModel.

This commit is contained in:
j2blake 2011-12-01 15:51:01 +00:00
parent 5806bf699c
commit 6f82977d9c
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>