Changed name of IndividualProfileUrlMethod in template data model from "url" to "profileUrl"
This commit is contained in:
parent
e65f567fce
commit
ab927b494a
4 changed files with 4 additions and 4 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
<#-- Default object property statement template -->
|
||||
|
||||
<a href="${url(statement.object)}">${statement.name!}</a> ${statement.moniker!}
|
||||
<a href="${profileUrl(statement.object)}">${statement.name!}</a> ${statement.moniker!}
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
<#-- Simple object property statement template -->
|
||||
|
||||
<a href="${url(statement.object)}">${statement.name!}</a>
|
||||
<a href="${profileUrl(statement.object)}">${statement.name!}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue