Skip to content

Commit e4e961e

Browse files
Andrea BarbassoFrancescoMolinaro
authored andcommitted
Merged in task/dspace-cris-2025_02_x/DSC-2646 (pull request DSpace#3960)
[DSC-2646] hide link-authority icon if not defined Approved-by: Francesco Molinaro
2 parents 05dbce1 + 76f42e0 commit e4e961e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<div [class]="field.styleValue" [attr.lang]="metadataValue.language">
22
<span>
33
<a class="metadata-text" href="{{link.href}}" rel="noopener noreferrer" target="_blank">
4+
@if (iconStyle) {
45
<i class="me-2 fa-xl" [ngClass]="iconStyle"></i>
5-
{{ link.text }}
6+
}
7+
{{ link.text }}
68
</a>
79
</span>
810
</div>

0 commit comments

Comments
 (0)