replace comment

This commit is contained in:
Javier 2016-09-19 12:00:44 -03:00
commit b3bf13918d
3 changed files with 21 additions and 35 deletions

View file

@ -128,19 +128,17 @@
</span>
</div>
<div class="item" ng-show="btx.note && btx.note.body">
<div translate>Comment</div>
<span class="enable_text_select">{{btx.note.body}}</span><br>
<span class="text-italic item-note size-12">
<span translate>Edited by</span> <span>{{btx.note.editedByName}}</span>,
<time>{{btx.note.editedOn * 1000 | amTimeAgo}}</time></span>
</span>
</div>
<div class="item item-icon-right" ng-click="showCommentPopup()">
<span class="text-gray" translate ng-show="!btx.note">Add Memo</i></span>
<span class="text-gray" translate ng-show="btx.note">Edit Memo</span>
<span class="text-gray" translate ng-show="btx.note">Memo</span>
<i class="icon nav-item-arrow-right"></i>
<div ng-show="btx.note && btx.note.body">
<span class="enable_text_select">{{btx.note.body}}</span><br>
<span class="text-italic item-note size-12">
<span translate>Edited by</span> <span>{{btx.note.editedByName}}</span>,
<time>{{btx.note.editedOn * 1000 | amTimeAgo}}</time></span>
</span>
</div>
</div>
<div class="item item-divider" ng-show="btx.action == 'sent'" translate>Timeline</div>