fix new variable names

This commit is contained in:
Matias Alejo Garcia 2016-06-04 16:30:36 -03:00
commit d296601d09
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 9 additions and 7 deletions

View file

@ -156,8 +156,8 @@
<span class="text-gray" translate>See it on the blockchain</span>
</button>
<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>
<span class="text-gray" translate ng-show="!btx.note">Add a comment</i></span>
<span class="text-gray" translate ng-show="btx.note">Edit comment</span>
</button>
</div>
</div>