Removes unsent TX from personal wallets

This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-20 09:42:21 -03:00
commit fe6c7eb403
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

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)"