Merge pull request #3782 from cmgustavo/bug/remove-unsent-tx

Removes unsent TX from personal wallets
This commit is contained in:
Matias Alejo Garcia 2016-01-20 09:45:18 -03:00
commit a395f12d87

View file

@ -170,8 +170,8 @@
</ul>
</div>
<div class="columns text-center m20t" ng-if="tx.canBeRemoved && isShared">
<div class="text-gray size-12 m20b" ng-if="!tx.isGlidera" translate>
<div class="columns text-center m20t" ng-if="tx.canBeRemoved">
<div class="text-gray size-12 m20b" ng-if="!tx.isGlidera && isShared" translate>
* A payment proposal can be deleted if 1) you are the creator, and no other copayer has signed, or 2) 24 hours have passed since the proposal was created.
</div>
<button class="tiny round outline dark-gray warning" ng-click="remove(tx)"