Wrap duplicate ngIf into a ng-template
This commit is contained in:
parent
6229708dfd
commit
c1fc60e61e
@ -123,8 +123,10 @@
|
|||||||
(pageChange)="pageChange(page)" [boundaryLinks]="true" [ellipses]="false">
|
(pageChange)="pageChange(page)" [boundaryLinks]="true" [ellipses]="false">
|
||||||
</ngb-pagination>
|
</ngb-pagination>
|
||||||
|
|
||||||
<div *ngIf="!widget" class="clearfix"></div>
|
<ng-template [ngIf]="!widget">
|
||||||
<br *ngIf="!widget">
|
<div class="clearfix"></div>
|
||||||
|
<br *ngIf="!widget">
|
||||||
|
</ng-template>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -102,6 +102,6 @@
|
|||||||
<a *ngIf="!officialMempoolSpace" [routerLink]="['/tx/push' | relativeUrl]" i18n="shared.broadcast-transaction|Broadcast Transaction">Broadcast Transaction</a>
|
<a *ngIf="!officialMempoolSpace" [routerLink]="['/tx/push' | relativeUrl]" i18n="shared.broadcast-transaction|Broadcast Transaction">Broadcast Transaction</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
<br>
|
||||||
|
|
||||||
<br>
|
</div>
|
Loading…
x
Reference in New Issue
Block a user