Add larger plan prices to dropdown
This commit is contained in:
parent
fa97e0c839
commit
cc998c6d75
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@
|
|||
<select ng-model="dropdownPlan" class="form-control">
|
||||
<option ng-repeat="plan in plans" ng-if="plan.privateRepos > 20 && !plan.plans_page_hidden"
|
||||
value="{{ plan.stripeId }}">
|
||||
{{ plan.privateRepos }} private repositories
|
||||
{{ plan.privateRepos }} private repositories - ${{ plan.price / 100 }}/mo
|
||||
</option>
|
||||
</select>
|
||||
|
||||
|
|
Reference in a new issue