Skip to content

Commit

Permalink
Merge branch 'fix/9015-prod-external-links-in-the-trusted-summary-pag…
Browse files Browse the repository at this point in the history
…e-open-two-new-tabs-when-clicked' of https://github.com/ORCID/orcid-angular into fix/9015-prod-external-links-in-the-trusted-summary-page-open-two-new-tabs-when-clicked
  • Loading branch information
DanielPalafox committed Jan 17, 2024
2 parents fab44c0 + ff4946b commit 9e4af70
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@

<div class="orc-font-body-small text-container">
<ng-container *ngIf="element.url">
<a class="underline orc-font-body-small" *ngIf="element.url">{{
element.stringA
}}</a>
<a
class="underline orc-font-body-small"
*ngIf="element.url"
>{{ element.stringA }}</a
>
</ng-container>
<ng-container *ngIf="!element.url">
<strong>{{ element.countA }}</strong>
Expand Down

0 comments on commit 9e4af70

Please sign in to comment.