Add details to analytics label

This commit is contained in:
Jessica Lawshe 2018-03-15 11:18:06 -05:00
parent d7756ea2de
commit 89cfd98af3

View file

@ -167,7 +167,7 @@ block content
br br
a.btn.btn-info( a.btn.btn-info(
ng-href="/user/subscription/new?planCode=student{{ plansVariant == 'default' ? planQueryString : '_'+plansVariant }}&currency={{currencyCode}}", ng-href="/user/subscription/new?planCode=student{{ plansVariant == 'default' ? planQueryString : '_'+plansVariant }}&currency={{currencyCode}}",
ng-click="signUpNowClicked('student')" ng-click="signUpNowClicked('student-monthly')"
) #{translate("start_free_trial")} ) #{translate("start_free_trial")}
.col-md-4 .col-md-4
@ -190,7 +190,7 @@ block content
br br
a.btn.btn-info( a.btn.btn-info(
ng-href="/user/subscription/new?planCode=student-annual{{ plansVariant == 'default' ? '' : '_'+plansVariant }}&currency={{currencyCode}}", ng-href="/user/subscription/new?planCode=student-annual{{ plansVariant == 'default' ? '' : '_'+plansVariant }}&currency={{currencyCode}}",
ng-click="signUpNowClicked('student')" ng-click="signUpNowClicked('student-annual')"
) #{translate("buy_now")} ) #{translate("buy_now")}