Make the text in the repo list for an empty org more accurate.

This commit is contained in:
yackob03 2013-11-08 16:03:50 -05:00
parent 314cadd187
commit 7781cf7f06

View file

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