VIVO-518 and some other cleanup

This commit is contained in:
tworrall 2013-11-12 12:23:44 -05:00
parent bb28dfa340
commit e3cef828fa
22 changed files with 268 additions and 359 deletions

View file

@ -77,7 +77,7 @@
</#if>
<#list title.statements as statement>
<span class="display-title<#if editable>-editable</#if>">${statement.preferredTitle}</span>
<@p.editingLinks "${title.localName}" "${title.name}" statement editable />
<@p.editingLinks "${title.localName}" "${title.name}" statement editable title.rangeUri />
</#list>
</#if>
<#-- If preferredTitle is unpopulated, display mostSpecificTypes -->