show label and comment in view
This commit is contained in:
parent
d44b56d564
commit
ccb138f605
4 changed files with 9 additions and 8 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue