mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1315: #3269 Bestellbestaetigung fehlerhafte Anzeige
#3269 Bestellbestaetigung fehlerhafte Anzeige Related work items: #3269
This commit is contained in:
committed by
Lorenz Hilpert
parent
f60815ef63
commit
30f4d4588f
@@ -72,7 +72,7 @@
|
||||
<div class="info-row">
|
||||
<ng-container *ngIf="order?.product?.format && order?.product?.formatDetail">
|
||||
<img class="order-icon" [src]="'/assets/images/Icon_' + order?.product?.format + '.svg'" alt="book-icon" />
|
||||
<span class="format">{{ order.product?.formatDetail }}</span>
|
||||
<span class="format">{{ order.product?.format }}</span>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="order?.product?.contributors">
|
||||
<span class="separator" *ngIf="order?.product?.format && order?.product?.formatDetail">|</span>
|
||||
|
||||
Reference in New Issue
Block a user