Merge branch 'ref/design' of https://github.com/bitpay/bitpay-wallet into feature/external_link_open_system_browser
# Conflicts: # src/js/services/externalLinkService.js
This commit is contained in:
commit
3d9e40b4c5
10 changed files with 73 additions and 40 deletions
|
|
@ -30,11 +30,11 @@
|
|||
<span translate>Terms of Use</span>
|
||||
<i class="icon bp-arrow-right"></i>
|
||||
</a>
|
||||
<a class="item item-icon-left item-icon-right" ui-sref="tabs.about.translators">
|
||||
<!-- <a class="item item-icon-left item-icon-right" ui-sref="tabs.about.translators">
|
||||
<i class="icon ion-ios-people-outline"></i>
|
||||
<span translate>Translators</span>
|
||||
<i class="icon bp-arrow-right"></i>
|
||||
</a>
|
||||
</a> Disabled for release-->
|
||||
<a class="item item-icon-left item-icon-right" ui-sref="tabs.about.logs">
|
||||
<i class="icon ion-ios-copy-outline"></i>
|
||||
<span translate>Session log</span>
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@
|
|||
</div>
|
||||
|
||||
<div class="card list" ng-show="txHistory[0]">
|
||||
<div class="item" ng-repeat="btx in txHistory track by btx.txid" ng-click="openTxModal(btx)">
|
||||
<div class="item" ng-repeat="btx in txHistory track by $index" ng-click="openTxModal(btx)">
|
||||
<span class="item-note text-right">
|
||||
<span class="size-16" ng-class="{'text-bold': btx.recent}">
|
||||
<span ng-if="btx.action == 'received'">+</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue