show label and comment in view

This commit is contained in:
Ivan Socolsky 2014-10-23 12:33:55 -03:00 committed by Matias Alejo Garcia
commit ccb138f605
4 changed files with 9 additions and 8 deletions

View file

@ -52,7 +52,8 @@
</div>
</div>
<div class="last-transactions-content">
{{btx.action}}
{{btx.action}} <span ng-show="btx.labelTo">to {{btx.labelTo}}</span>
<span ng-show="btx.comment">{{btx.comment}}</span>
</div>
<div class="last-transactions-footer">
<div class="row collapse">