Updates for including termType as information to be displayed in custom list view as well as editing page (and added in the N3).
This commit is contained in:
parent
dd44eeb314
commit
1c4d73da07
5 changed files with 78 additions and 41 deletions
|
@ -14,5 +14,5 @@
|
|||
<#-- Use a macro to keep variable assignments local; otherwise the values carry over to the
|
||||
next statement -->
|
||||
<#macro showTerm statement>
|
||||
<a href="${statement.referencedTerm}">${statement.termLabel}</a>
|
||||
<a href="${statement.referencedTerm}">${statement.termLabel} (${statement.termType})</a>
|
||||
</#macro>
|
Loading…
Add table
Add a link
Reference in a new issue