Buy flow completed

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-02 19:16:59 -03:00
commit ada933d49c
5 changed files with 103 additions and 68 deletions

View file

@ -99,7 +99,7 @@
</div>
<div class="size-12 text-gray columns m5t">
<span class="text-success" ng-if="tx.status == 'COMPLETE'">Completed</span>
<span class="text-info" ng-if="tx.status == 'PENDING'">Pending</span>
<span class="text-info" ng-if="tx.status == 'PROCESSING'">Processing</span>
<span class="text-warning" ng-if="tx.status == 'ERROR'">Error</span>
</div>
</div>