remove icons in comment buttons

This commit is contained in:
Javier 2016-06-03 09:47:39 -03:00
commit 793391ed3c

View file

@ -157,9 +157,9 @@
(getShortNetworkName() == 'test' ? 'test-' : '') + 'insight.bitpay.com/tx/' + btx.txid)">
<span class="text-gray" translate>See it on the blockchain</span>
</button>
<button class="button outline round dark-gray tiny" ng-click="showCommentPopup(comment)">
<span class="text-gray" translate ng-show="!comment">Add a comment <i class="ion-ios-plus-outline"></i></span>
<span class="text-gray" translate ng-show="comment">Edit comment <i class="ion-ios-compose-outline"></i></span>
<button class="button outline round dark-gray tiny" ng-click="showCommentPopup()">
<span class="text-gray" translate ng-show="!comment">Add a comment</i></span>
<span class="text-gray" translate ng-show="comment">Edit comment</span>
</button>
</div>
</div>