NIHVIVO-1332 Editing links for vitro link properties. Restore lines that were incorrectly commented out in previous commit. Move ftl for displaying links from an include to a macro, to parameterize the ul class value.
This commit is contained in:
parent
a5bd4145b3
commit
906b3f9863
2 changed files with 3 additions and 4 deletions
|
@ -64,8 +64,7 @@
|
|||
</#if>
|
||||
|
||||
<#-- Links -->
|
||||
<#assign linkListClass = "individual-urls-people">
|
||||
<#include "individual-links.ftl">
|
||||
<@p.vitroLinks propertyGroups editing "individual-urls-people" />
|
||||
</section>
|
||||
|
||||
<section id="individual-info" role="region">
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
</nav>
|
||||
|
||||
<#-- Links -->
|
||||
<#include "individual-links.ftl">
|
||||
<@p.vitroLinks propertyGroups editing />
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue