Skip to content

Commit

Permalink
Merge pull request #1143 from ORCID/fix-orcid-id-url
Browse files Browse the repository at this point in the history
fix orcid id url
  • Loading branch information
bobcaprice authored Mar 25, 2024
2 parents b22ca4f + 460ea5e commit 4f34a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/affiliation/affiliations.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ <h1 id="page-heading" class="mt-3" i18n="@@gatewayApp.assertionServiceAssertion.
<td>{{ affiliation.email }}</td>
<td>
<span *ngIf="affiliation.orcidId"
><a href="{{ orcidBaseUrl }}/{{ affiliation.orcidId }}" target="_blank"
>{{ orcidBaseUrl }}/{{ affiliation.orcidId }}</a
><a href="https://{{ orcidBaseUrl }}/{{ affiliation.orcidId }}" target="_blank"
>https://{{ orcidBaseUrl }}/{{ affiliation.orcidId }}</a
></span
>
</td>
Expand Down

0 comments on commit 4f34a72

Please sign in to comment.