Change button on the tour page to "Start free trial" and have it start the plan signup process
This commit is contained in:
parent
78f6523068
commit
abfb86ccce
3 changed files with 11 additions and 12 deletions
|
@ -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>
|
||||
|
||||
|
|
Reference in a new issue