Handle the case where the user has not selected the correct namespace in the repo list

This commit is contained in:
Joseph Schorr 2014-02-13 18:15:19 -05:00
parent 0379baac6c
commit 895a00de31
2 changed files with 18 additions and 4 deletions

View file

@ -0,0 +1,7 @@
<p>
Waiting for your repository to be listed.
</p>
<p ng-show="tour.tourScope.inOrganization">
Please make sure the <strong>{{ tour.tourScope.username }}</strong> namespace is selected.
</p>