We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a023062 commit 05532a6Copy full SHA for 05532a6
www/templates/wallet/view_wallet_tx.html
@@ -137,7 +137,7 @@ <h2 class="content light" ng-if="loading">
137
<div class="item item-pending item-tx item-icon-left"
138
ng-repeat="tx in formData.tx.validating"
139
ng-init="validating=true;"
140
- ng-include="::'templates/wallet/item_tx.html'">
+ ng-include="::!tx.isUD ? 'templates/wallet/item_tx.html' : 'templates/wallet/item_ud.html'">
141
</div>
142
</ng-if>
143
0 commit comments