Link to the user pages now that they exist
This commit is contained in:
parent
4cb7921c3a
commit
f46d9c88cf
3 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue