Skip to content

Commit

Permalink
document: open electronicLocator in new tab
Browse files Browse the repository at this point in the history
Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
  • Loading branch information
PascalRepond committed Nov 16, 2022
1 parent 222fb40 commit cdb3291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->

<ng-container *ngIf="electronicLocator">
<a [href]="electronicLocator.url | safeUrl">
<a target="_blank" [href]="electronicLocator.url | safeUrl">
<i class="fa fa-link"></i> {{ electronicLocator.type | translate }}
<ng-container *ngIf="electronicLocator.content">
: {{ electronicLocator.content | translate }}
Expand Down

0 comments on commit cdb3291

Please sign in to comment.