change glidera preferences

This commit is contained in:
bechi 2015-09-11 13:14:20 -03:00
commit 95d68bc0a4
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
<div class="m20tp text-center">
<div class="row">
<h1 class="text-center m20b" translate>Are you sure you would like to log out of your Glidera account?</h1>
<p class="text-gray" translate>You will need to log back in to buy or sell bitcoin in Copay.</p>
<h1 class="text-center m20b p20h" translate>Are you sure you would like to log out of your Glidera account?</h1>
<p class="text-gray p20h" translate>You will need to log back in to buy or sell bitcoin in Copay.</p>
<div class="large-6 medium-6 small-6 columns">
<button class="button light-gray expand outline round" ng-click="cancel()">
<i class="fi-arrow-left"></i> <span class="tu" translate>Back</span>
@ -12,5 +12,6 @@
<span translate>Log out</span>
</button>
</div>
</div>
</div>

View file

@ -1,5 +1,5 @@
<div
class="topbar-container"
<div
class="topbar-container"
ng-include="'views/includes/topbar.html'"
ng-init="titleSection='Preferences'; goBackToState = 'glidera'">
</div>
@ -34,7 +34,7 @@
</li>
</ul>
<ul ng-if="index.glideraPermissions.view_email_address"
<ul ng-if="index.glideraPermissions.view_email_address"
ng-init="glidera.getEmail(index.glideraToken)"
class="no-bullet m0 size-14">
<h4 class="title m0" translate>Email</h4>
@ -52,7 +52,7 @@
</li>
</ul>
<ul ng-if="index.glideraPermissions.personal_info"
<ul ng-if="index.glideraPermissions.personal_info"
ng-init="glidera.getPersonalInfo(index.glideraToken)"
class="no-bullet m0 size-14">
<h4 class="title m0" translate>Personal Information</h4>
@ -260,7 +260,6 @@
<span class="text-warning" translate>Log out</span>
</li>
</ul>
</div>
<div class="extra-margin-bottom"></div>