VIVO-372: check the domainUri to correctly display the manage icon
This commit is contained in:
parent
8be60063e0
commit
4e851d0c35
3 changed files with 13 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
<article class="property" role="article">
|
||||
<#-- Property display name -->
|
||||
<#if rangeClass == "Authorship" && editable >
|
||||
<#if rangeClass == "Authorship" && editable && property.domainUri?contains("Person")>
|
||||
<h3 id="${property.localName}-${rangeClass}">${property.name} <@p.addLink property editable /> <@p.verboseDisplay property />
|
||||
<a id="managePubLink" class="manageLinks" href="${urls.base}/managePublications?subjectUri=${subjectUri[1]!}" title="${i18n().manage_publications_link}" <#if verbose>style="padding-top:10px"</#if> >
|
||||
${i18n().manage_publications_link}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue