Better messaging in create repo

This commit is contained in:
Joseph Schorr 2014-01-15 19:15:38 -05:00
parent 74feb4216a
commit 9d26c79db0
4 changed files with 25 additions and 4 deletions

View file

@ -81,6 +81,8 @@
This will cost $<span>{{ planRequired.price / 100 }}</span>/month.
</div>
<a class="btn btn-primary" ng-click="upgradePlan()" ng-show="!planChanging">Upgrade now</a>
<span ng-show="user.organizations.length == 1">or did you mean to create this repository
under <a href="javascript:void(0)" ng-click="changeNamespace(user.organizations[0].name)"><b>{{ user.organizations[0].name }}</b></a>?</span>
<div class="quay-spinner" ng-show="planChanging"></div>
</div>