Link to the user pages now that they exist

This commit is contained in:
Joseph Schorr 2015-04-03 14:58:13 -04:00
parent 4cb7921c3a
commit f46d9c88cf
3 changed files with 5 additions and 4 deletions

View file

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