Add larger plan prices to dropdown

This commit is contained in:
Joseph Schorr 2015-11-02 12:37:23 -05:00
parent fa97e0c839
commit cc998c6d75

View file

@ -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>