Change the message for no org repos on the landing page.

This commit is contained in:
yackob03 2013-11-08 16:41:33 -05:00
parent d9a24b714e
commit 09e27d77d0

View file

@ -23,10 +23,8 @@
</div>
<div ng-show="!loadingmyrepos && myrepos.length == 0">
<div class="sub-message" style="margin-top: 20px">
<span ng-show="namespace != user.username">This organization doesn't</span>
<span ng-show="namespace == user.username">You don't</span>
have any repositories yet!
<span ng-show="namespace != user.username">You don't have access to any repositories in this organization yet.</span>
<span ng-show="namespace == user.username">You don't have any repositories yet!</span>
<div class="options">
<a class="btn btn-primary" href="/repository/">Browse all repositories</a>
<a class="btn btn-success" href="/new/" ng-show="canCreateRepo(namespace)">Create a new repository</a>