diff --git a/templates/semantic-ui/invenio_app_rdm/records/detail.html b/templates/semantic-ui/invenio_app_rdm/records/detail.html index 6f43833..9c2a4b1 100644 --- a/templates/semantic-ui/invenio_app_rdm/records/detail.html +++ b/templates/semantic-ui/invenio_app_rdm/records/detail.html @@ -83,7 +83,7 @@ {% endif %} - {% if record.is_published and not record.versions.is_latest %} + {% if record.is_published and not record.versions.is_latest and record.links.latest_html%}