diff --git a/www/templates/wallet/view_wallet.html b/www/templates/wallet/view_wallet.html index 5f51a53fb799b58a10dc328e47c36715f68d08e7..e7f45a5c72a093ce5240329d0c46271f117e0692 100644 --- a/www/templates/wallet/view_wallet.html +++ b/www/templates/wallet/view_wallet.html @@ -89,6 +89,14 @@ <i class="icon ion-log-out"></i> {{'COMMON.BTN_LOGOUT' | translate}} </button> + <div ng-if="formData.requirements.needRenew"> + <br/> + <button class="button button-raised button-stable button-small-padding ink" + ng-click="renewMembership()"> + <i class="icon ion-loop assertive"></i> + <span class="assertive">{{:locale:'ACCOUNT.BTN_MEMBERSHIP_RENEW' | translate}}</span> + </button> + </div> </div> <div class="row no-padding">