mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add AB test conversion.
This commit is contained in:
parent
991626692b
commit
5dddbec5b2
1 changed files with 3 additions and 1 deletions
|
@ -38,6 +38,7 @@ div#history(ng-show="ui.view == 'history'")
|
||||||
href
|
href
|
||||||
ng-class="buttonClass"
|
ng-class="buttonClass"
|
||||||
ng-click="startFreeTrial('history')"
|
ng-click="startFreeTrial('history')"
|
||||||
|
sixpack-convert="teaser-history"
|
||||||
) #{translate("start_free_trial")}
|
) #{translate("start_free_trial")}
|
||||||
|
|
||||||
.message.message-wider(
|
.message.message-wider(
|
||||||
|
@ -77,7 +78,8 @@ div#history(ng-show="ui.view == 'history'")
|
||||||
href
|
href
|
||||||
ng-class="buttonClass"
|
ng-class="buttonClass"
|
||||||
ng-click="startFreeTrial('history')"
|
ng-click="startFreeTrial('history')"
|
||||||
) #{translate("start_free_trial")}
|
sixpack-convert="teaser-history"
|
||||||
|
) Try it for free
|
||||||
|
|
||||||
.message(ng-show="project.owner._id != user.id")
|
.message(ng-show="project.owner._id != user.id")
|
||||||
p #{translate("ask_proj_owner_to_upgrade_for_history")}
|
p #{translate("ask_proj_owner_to_upgrade_for_history")}
|
||||||
|
|
Loading…
Reference in a new issue