NIHVIVO-2042 Show heading "Primary Web Page" on vitro:primaryLink only if editing
This commit is contained in:
parent
b8fec2e96c
commit
40264e0c0b
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ name will be used as the label. -->
|
|||
<nav role="navigation">
|
||||
<#local primaryLinkLabel = "Primary Web Page">
|
||||
<#if primaryLink.statements?has_content> <#-- if there are any statements -->
|
||||
<@propertyLabel primaryLink primaryLinkLabel />
|
||||
<#if editable><@propertyLabel primaryLink primaryLinkLabel /></#if>
|
||||
<ul class="${linkListClass}" id="links-primary" role="list">
|
||||
<@objectPropertyList primaryLink editable />
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue