fix transations details note and external link

This commit is contained in:
Gabriel Bazán 2016-09-02 14:50:50 -03:00
commit 2bdf4021d2
3 changed files with 15 additions and 6 deletions

View file

@ -1,11 +1,11 @@
<div class="padding">
<input type="text" ng-model="comment" autofocus>
<input type="text" ng-model="data.comment" autofocus>
</div>
<div class="row">
<div class="col">
<button class="button button-dark button-block" ng-click="commentPopupClose(comment)" translate>Cancel</button>
<button class="button button-dark button-block" ng-click="commentPopupClose()" translate>Cancel</button>
</div>
<div class="col">
<button class="button button-dark button-block" ng-click="commentPopupSave(comment)" translate>Save</button>
<button class="button button-dark button-block" ng-click="commentPopupSave()" translate>Save</button>
</div>
</div>