Disables text selection on the history list. Differentiate address/contact and notes

This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-23 14:35:25 -03:00
parent e5a9d6dcef
commit b483d7a246
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 5 additions and 2 deletions

View File

@ -492,8 +492,11 @@
<i class="icon-arrow-right3 size-18"></i>
</div>
<div class="size-14 text-gray columns m5t" ng-if="btx.message || btx.addressTo">
<div ng-show="btx.message">{{btx.message}}</div>
<contact ng-show="!btx.message" class="enable_text_select" address="{{btx.addressTo}}"></contact>
<div ng-show="btx.message"><span translate>Note</span>: {{btx.message}}</div>
<div ng-show="!btx.message">
<span translate>To</span>:
<contact address="{{btx.addressTo}}"></contact>
</div>
</div>
</div>
<div class="row m20t text-center" ng-show="index.txHistoryPaging || index.updatingTxHistory">