NIHVIVO-1335, NIHVIVO-1510 Working on authorship list view and collated object properties: some reorganization to handle collated properties, but not displaying as collated yet.
This commit is contained in:
parent
1f0140dd2a
commit
6d06c76e05
8 changed files with 118 additions and 29 deletions
|
@ -37,13 +37,11 @@
|
|||
<#-- Links -->
|
||||
<nav role="navigation">
|
||||
<ul id ="individual-urls-people" role="list">
|
||||
<#if individual.links?has_content>
|
||||
<@l.firstLastList>
|
||||
<#list individual.links as link>
|
||||
<li role="listitem"><a href="${link.url}">${link.anchor}</a></li>
|
||||
</#list>
|
||||
</@l.firstLastList>
|
||||
</#if>
|
||||
<@l.firstLastList>
|
||||
<#list individual.links as link>
|
||||
<li role="listitem"><a href="${link.url}">${link.anchor}</a></li>
|
||||
</#list>
|
||||
</@l.firstLastList>
|
||||
</ul>
|
||||
</nav>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue