File tree Expand file tree Collapse file tree 3 files changed +191
-13
lines changed
records_ui/templates/semantic-ui/invenio_app_rdm/records/macros
assets/semantic-ui/js/invenio_app_rdm/overridableRegistry Expand file tree Collapse file tree 3 files changed +191
-13
lines changed Original file line number Diff line number Diff line change 2727 < a href ="{{ identifier[0]['identifier']|pid_url('gnd') }} " aria-label ="{{ creatibutor.person_or_org.name }}'s GND {{ _('profile') }} " title ="{{ creatibutor.person_or_org.name }}'s GND {{ _('profile') }} ">
2828 < img class ="ml-5 inline-id-icon " src ="{{ url_for('static', filename='images/gnd-icon.svg') }} " alt ="GND icon "/>
2929 </ a >
30- {%- endif %}
30+ {%- elif scheme == "edmo" %}
31+ {% set identifier_found.value = True %}
32+ < a href ="{{ identifier[0]['identifier']|pid_url('edmo') }} " aria-label ="{{ creatibutor.person_or_org.name }}'s EDMO {{ _('profile') }} " title ="{{ creatibutor.person_or_org.name }}'s EDMO {{ _('profile') }} ">
33+ < img class ="ml-5 inline-id-icon " src ="{{ url_for('static', filename='images/edmo-icon.svg') }} " alt ="EDMO icon "/>
34+ </ a >
35+ {%- endif %}
3136 {% endfor %}
3237
3338 {# if no identifiers: distinguish btw people and organizations #}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ / U s e r s / fzulfiqar/ Documents / zenodo - rdm / assets / js / invenio_app_rdm / overridableRegistry / mapping . js
You can’t perform that action at this time.
0 commit comments