Commit 2a53a909 authored by dev0tion's avatar dev0tion

Always show transaction details on transaction-confirmation modal

parent 461ae611
......@@ -6,10 +6,11 @@
<p class="lead text-success text-center">
<strong>Your transaction has completed successfully!</strong>
</p>
<small class="text-center d-block">
<!-- <small class="text-center d-block">
<a class="btn btn-link" (click)="toggleDetails()">Show details</a>
</small>
<div *ngIf="showDetails" id="collapseExample">
</small>
<div *ngIf="showDetails" id="collapseExample"> -->
<div>
<div class="card card-block">
<ul class="list-inline row">
<li class="list-inline-item col blockLabel">Type</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment