Make the text in the repo list for an empty org more accurate.
This commit is contained in:
parent
314cadd187
commit
7781cf7f06
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
<div ng-show="user_repositories.length == 0" style="padding:20px;">
|
||||
<div class="alert alert-info">
|
||||
<h4 ng-show="namespace == user.username">You don't have any repositories yet!</h4>
|
||||
<h4 ng-show="namespace != user.username">This organization does not have any repositories yet!</h4>
|
||||
<h4 ng-show="namespace != user.username">This organization doesn't have any repositories, or you have not been provided access.</h4>
|
||||
<a href="/guide"><b>Click here</b> to learn how to create a repository</a>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue