This commit is contained in:
Matias Alejo Garcia 2016-08-25 19:05:50 -03:00
commit de8df20062
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 9 additions and 14 deletions

View file

@ -39,10 +39,9 @@
</div>
</div>
<div class="item item-icon-left">
<i class="icon ion-briefcase size-21"></i>
<div class="item">
<label translate>From</label>
<span class="badge badge-assertive" ng-show="notAvailable" translate>Not available</span>
<span class="badge badge-assertive" ng-show="notAvailable" translate>No wallet with enough funds</span>
</div>
<wallets ng-if="wallets[0]" wallets="wallets"></wallets>
@ -56,8 +55,7 @@
</div>
<button class="item button button-block button-balanced" ng-click="approve()" ng-disabled="!txp">
<span ng-show="wallet.canSign()" translate>Approve</span>
<span ng-show="!wallet.canSign()" translate>Send</span>
<span translate>Send</span>
</button>
</ion-content>
</ion-view>

View file

@ -5,7 +5,8 @@
</ion-nav-bar>
<ion-content class="padding" ng-controller="tabHomeController">
<h3 class="title" translate>Recent Activity</h3>
<h3 class="title" translate>Recent Activity
</h3>
<div ng-if="fetchingNotifications" class="updatingHistory">
<div class="text-center">
@ -20,7 +21,9 @@
</div>
<a class="item text-center" ui-sref="activity" ng-show="notificationsMore">
<span translate>More</span> ({{notificationsMore}})
(ToDo: 1-1 no here yet)
</a>
<div class="item" ng-show="!notifications[0]">