Skip to content

Commit

Permalink
Update detail.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Oct 23, 2024
1 parent 65b5911 commit eb937e8
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 @@ -226,7 +226,7 @@
<div class="right floated right aligned column">
{%- set id_doi = record.pids.get('doi', {}).get('identifier') %}
{% if id_doi %}
<a class="no-text-decoration" href="{{ id_doi|pid_url('doi') }}">
<a class="no-text-decoration" target="_blank" href="{{ id_doi|pid_url('doi') }}">
<img class="ml-5 inline-id-icon" src="{{ url_for('static', filename='images/doi.svg') }}" alt="DOI icon"/>
{{ id_doi|pid_url('doi') }}
</a>
Expand Down

0 comments on commit eb937e8

Please sign in to comment.