Skip to content

Commit

Permalink
details: fix preview header
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Sep 12, 2023
1 parent 7eaa950 commit 53914e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/semantic-ui/invenio_app_rdm/records/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
{% endif %}
<!-- /PREVIEW HEADER -->

{% 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%}
<div class="ui warning flashed top attached manage message">
<div class="ui container">
<div class="ui relaxed grid">
Expand Down

0 comments on commit 53914e5

Please sign in to comment.