fix tx details

This commit is contained in:
Matias Alejo Garcia 2016-08-18 17:56:04 -03:00
commit 8fff3da3c7
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
12 changed files with 1713 additions and 396 deletions

View file

@ -149,11 +149,11 @@
<div ng-show="btx.txid" class="tx-details-blockchain">
<div class="text-center m20t">
<button class="button outline round dark-gray tiny" ng-click="$root.openExternalLink('https://' +
<button class="button button-positive" ng-click="$root.openExternalLink('https://' +
(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()">
<button class="button button-positive" ng-click="showCommentPopup()">
<span class="text-gray" translate ng-show="!btx.note">Add comment</i></span>
<span class="text-gray" translate ng-show="btx.note">Edit comment</span>
</button>