Browse Source
Task/migrate ion-icon to self-closing tag in holding detail dialog (#6814)
Migrate to self-closing tag
pull/6849/head
Thomas Kaul
23 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
5 deletions
-
apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
|
|
|
@ -434,11 +434,10 @@ |
|
|
|
mat-stroked-button |
|
|
|
(click)="onCloseHolding()" |
|
|
|
> |
|
|
|
<ion-icon |
|
|
|
class="mr-1" |
|
|
|
name="arrow-down-circle-outline" |
|
|
|
></ion-icon |
|
|
|
><span i18n>Close Holding</span> |
|
|
|
<ion-icon class="mr-1" name="arrow-down-circle-outline" /><span |
|
|
|
i18n |
|
|
|
>Close Holding</span |
|
|
|
> |
|
|
|
</button> |
|
|
|
} |
|
|
|
@if ( |
|
|
|
|