Show confirmation block for confirmed reimbursements

This commit is contained in:
2024-03-14 17:48:23 +01:00
parent af309ff682
commit 49b3825af4
+4 -2
View File
@@ -1,3 +1,5 @@
{{#unless this.isConfirmed}}
{{#if this.isConfirmed}}
Confirmed at block <strong>{{@confirmedAtBlock}}</strong> (~ {{this.confirmedInHumanTime}} ago)
{{else}}
Confirming in <strong>{{this.confirmedInBlocks}}</strong> blocks (~ {{this.confirmedInHumanTime}})
{{/unless}}
{{/if}}