Fix txp modals
This commit is contained in:
parent
4e1da5da0f
commit
2efe47c016
5 changed files with 48 additions and 42 deletions
|
|
@ -26,7 +26,7 @@
|
|||
Payment Proposals
|
||||
<i class="icon nav-item-arrow-right"></i>
|
||||
|
||||
<span class="badge badge-assertive" ng-show="txpsN>3" translate> {{txpsN}}</span>
|
||||
<span class="badge badge-assertive m5t m10r" ng-show="txpsN>3" translate> {{txpsN}}</span>
|
||||
</a>
|
||||
|
||||
<a ng-repeat="tx in txps" class="item" ng-click="openTxpModal(tx)">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue