Updates to default list view: remove moniker, and handle label vs. local name from sparql query rather than a data postprocessor

This commit is contained in:
ryounes 2011-06-29 15:50:23 +00:00
parent 87dc7698e1
commit 0f3491f42d
4 changed files with 9 additions and 17 deletions

View file

@ -6,4 +6,4 @@
is also used to generate the property statement during a deletion.
-->
<a href="${profileUrl(statement.object)}">${statement.name!}</a> ${statement.moniker!}
<a href="${profileUrl(statement.object)}">${statement.label!statement.localName!}</a>