Handle the case where the user has not selected the correct namespace in the repo list
This commit is contained in:
parent
0379baac6c
commit
895a00de31
2 changed files with 18 additions and 4 deletions
7
static/tutorial/waiting-repo-list.html
Normal file
7
static/tutorial/waiting-repo-list.html
Normal 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>
|
Reference in a new issue