Smooth start on mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2015-08-19 11:16:55 -03:00
commit a13e12ff07
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 37 additions and 25 deletions

View file

@ -19,11 +19,13 @@
<div ng-show="!agreed">
<p translate>I affirm that I have read, understood, and agree with these terms.</p>
<button class="black round expand" ng-click="agree()">
<span translate> Agree </span>
<button class="black round expand" ng-click="agree()" ng-disabled="loading" translate>
Agree
</button>
</div>
<button ng-show="agreed && !index.hasProfile" class="round" ng-click="agree()" translate>Go back</button>
<button ng-show="agreed && !index.hasProfile" class="round" translate>
Go back
</button>
</div>
<div class="extra-margin-bottom"></div>
</div>