Add the namespaces box to the right hand side and make other small UI improvements to the repo list view

This commit is contained in:
Joseph Schorr 2015-03-05 14:21:46 -05:00
parent 785de61c59
commit 08f006a90c
6 changed files with 81 additions and 33 deletions

View file

@ -8,8 +8,9 @@
</div>
<div ng-if="!starred" class="repo-list-title">
<span class="avatar" size="24" hash="namespace.avatar"></span>
<a ng-if="user.username == namespace.name">{{ namespace.name }}</a>
<a ng-if="user.username != namespace.name" href="/organization/{{ namespace.name }}">{{ namespace.name }}</a>
<span ng-if="!isOrganization(namespace.name)">{{ namespace.name }}</span>
<a ng-if="isOrganization(namespace.name)"
href="/organization/{{ namespace.name }}">{{ namespace.name }}</a>
</div>
<!-- Repositories -->