Changed name of IndividualProfileUrlMethod in template data model from "url" to "profileUrl"

This commit is contained in:
rjy7 2011-01-04 15:11:07 +00:00
parent e65f567fce
commit ab927b494a
4 changed files with 4 additions and 4 deletions

View file

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

View file

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