Tutorial improvements

- Skip the build-related tutorial steps when builds are disabled
- Make the styling of the tutorial more consistent with the new layout
This commit is contained in:
Joseph Schorr 2015-06-04 14:15:47 -04:00
parent 04678e4e64
commit 4347e2f344
8 changed files with 28 additions and 15 deletions

View file

@ -14,7 +14,7 @@
</div>
</div>
<div class="controls">
<div class="controls" ng-show="(hasNextStep && !step.signal) || (!hasNextStep && !inline)">
<button class="btn btn-primary" ng-click="next()" ng-show="hasNextStep && !step.signal">Next</button>
<button class="btn btn-primary" ng-click="stop()" ng-show="!hasNextStep && !inline">Done</button>
</div>