NIHVIVO-1322 Separated IndividualTemplateModel into two classes, one for profile page and one for listing individuals in the context of search, browse, menupages, etc. The needs of the two cases are quite different.
This commit is contained in:
parent
9f6d3a9f2b
commit
7c1e9a7148
1 changed files with 1 additions and 7 deletions
|
@ -64,13 +64,7 @@
|
|||
</#if>
|
||||
|
||||
<#-- Links -->
|
||||
<nav role="navigation">
|
||||
<ul id ="individual-urls-people" role="list">
|
||||
<#list individual.links as link>
|
||||
<li role="listitem"><a href="${link.url}">${link.anchor}</a></li>
|
||||
</#list>
|
||||
</ul>
|
||||
</nav>
|
||||
<#include "individual-links.ftl">
|
||||
</section>
|
||||
|
||||
<section id="individual-info" role="region">
|
||||
|
|
Loading…
Add table
Reference in a new issue