Add AB test conversion.

This commit is contained in:
Paulo Reis 2016-10-27 12:06:36 +01:00
parent 991626692b
commit 5dddbec5b2

View file

@ -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")}