Smooth start on mobile
This commit is contained in:
parent
9c5ab4ef2d
commit
a13e12ff07
2 changed files with 37 additions and 25 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue