Skip to content
Snippets Groups Projects
Commit a1968d76 authored by Paul Millar's avatar Paul Millar
Browse files

Wrap PI's name and their ORCID to prevent line breaks

parent ac4e0e7d
Branches
No related tags found
No related merge requests found
......@@ -116,9 +116,9 @@ which LEAPS facilities are represented.
<td>{% for pi in project.PI
%}{% if forloop.first == false
%}, {% endif
%}{{pi.name}}{% if pi.orcid %}<a target=”_blank” href="https://orcid.org/{{pi.orcid}}"><img style="padding-left: 0.2em; height: 1.8ex; width: auto; vertical-align: baseline"
%}<span style="white-space: nowrap;">{{pi.name}}{% if pi.orcid %}<a target=”_blank” href="https://orcid.org/{{pi.orcid}}"><img style="padding-left: 0.2em; height: 1.8ex; width: auto; vertical-align: baseline"
title='{{pi.orcid}}'
src='{{ "assets/images/ORCID-iD.svg" | relative_url }}'/></a>{% endif %}{% endfor %}
src='{{ "assets/images/ORCID-iD.svg" | relative_url }}'/></a>{% endif %}</span>{% endfor %}
</td>
<td>{% for org in project.organisations
%}{% if forloop.first %}<b>{%else%}, {% endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment