mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 14:11:50 +00:00
Add details to analytics label
This commit is contained in:
parent
d7756ea2de
commit
89cfd98af3
1 changed files with 2 additions and 2 deletions
|
@ -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 }}¤cy={{currencyCode}}",
|
ng-href="/user/subscription/new?planCode=student{{ plansVariant == 'default' ? planQueryString : '_'+plansVariant }}¤cy={{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 }}¤cy={{currencyCode}}",
|
ng-href="/user/subscription/new?planCode=student-annual{{ plansVariant == 'default' ? '' : '_'+plansVariant }}¤cy={{currencyCode}}",
|
||||||
ng-click="signUpNowClicked('student')"
|
ng-click="signUpNowClicked('student-annual')"
|
||||||
) #{translate("buy_now")}
|
) #{translate("buy_now")}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue