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:
parent
a4fce1b102
commit
1405b6b95c
3 changed files with 26 additions and 17 deletions
|
@ -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');
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue