Change the message for no org repos on the landing page.
This commit is contained in:
parent
d9a24b714e
commit
09e27d77d0
1 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue