Change button on the tour page to "Start free trial" and have it start the plan signup process

This commit is contained in:
Joseph Schorr 2014-05-19 12:53:30 -04:00
parent 78f6523068
commit abfb86ccce
3 changed files with 11 additions and 12 deletions

View file

@ -71,16 +71,11 @@
</div>
<div class="tour-action">
<a href="/plans" ng-show="!user.anonymous">
<a href="/plans?trial-plan=personal">
<button class="btn btn-success">
Start free trial
</button>
</a>
<a href="/signin" ng-show="user.anonymous">
<button class="btn btn-primary">
Create account now
</button>
</a>
</div>
</div>