Adjustments to QE plans page for lead-gen feedback

- Adds a start trial button "above the fold" on the right hand side
- Adds back the dialog explaining the redirect to tectonic accounts
This commit is contained in:
Joseph Schorr 2016-11-10 17:10:08 -05:00
parent a4fce1b102
commit 1405b6b95c
3 changed files with 26 additions and 17 deletions

View file

@ -23,8 +23,7 @@ angular.module('quay').directive('plansDisplay', function () {
PlanService.handleNotedPlan();
};
$scope.qeStartTrial = function(plan) {
$scope.currentQEPlan = plan;
$scope.qeStartTrial = function() {
$('#tectonicManagerDialog').modal('show');
};