Make empty repo table a bit nicer
This commit is contained in:
parent
679044574a
commit
2704441eed
2 changed files with 52 additions and 47 deletions
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
<div ng-if="!starred && repositoriesResource.value.length == 0">
|
||||
<div class="empty-primary-msg">This namespace doesn't have any viewable repositories.</div>
|
||||
<div class="empty-secondary-msg">Either no repositories exist yet or you may not have permission to view any. If you have permission, try <a href="/new">creating a new repository</a>.</div>
|
||||
<div class="empty-secondary-msg">Either no repositories exist yet or you may not have permission to view any. If you have permission, try <a href="/new?namespace={{ namespace.name }}">creating a new repository</a>.</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue