Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions www/templates/wizard.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@ <h1>FINAL SCORE!</h1>
<ion-footer-bar>
<div class="bar bar-footer">
<div class="row">
<div class="col-25">
<div class="col col-25">
<button class="button icon-left ion-chevron-left button-calm" ng-click="back()">
Back
</button>
</div>
<div class="col-50">
<div class="col col-50">
<div style="text-align: center">
Step {{slide+1}} of 6
</div>
</div>
<div class="col-25">
<div class="col col-25">
<button class="button icon-right ion-chevron-right button-calm" style="float: right;" ng-click="next()">
Next
</button>
Expand Down