Fix confirmations button positioning.
This commit is contained in:
parent
18e0a17d26
commit
c72c287b27
@ -10,7 +10,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="title float-left">
|
||||
<div class="title">
|
||||
<h1 i18n="shared.transaction">Transaction</h1>
|
||||
</div>
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<app-clipboard [text]="txId"></app-clipboard>
|
||||
</div>
|
||||
|
||||
<div class="container-buttons float-right">
|
||||
<div class="container-buttons">
|
||||
<ng-template [ngIf]="tx?.status?.confirmed">
|
||||
<button *ngIf="latestBlock" type="button" class="btn btn-sm btn-success">
|
||||
<ng-container *ngTemplateOutlet="latestBlock.height - tx.status.block_height + 1 == 1 ? confirmationSingular : confirmationPlural; context: {$implicit: latestBlock.height - tx.status.block_height + 1}"></ng-container>
|
||||
|
Loading…
x
Reference in New Issue
Block a user