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
|
@ -33,10 +33,10 @@
|
|||
<h4>Users and Organizations</h4>
|
||||
<ul class="namespaces-list">
|
||||
<li ng-repeat="namespace in namespaces">
|
||||
<span ng-if="!isOrganization(namespace.name)">
|
||||
<a href="/user/{{ namespace.name }}" ng-if="!isOrganization(namespace.name)">
|
||||
<span class="avatar" size="30" data="namespace.avatar"></span>
|
||||
{{ namespace.name }}
|
||||
</span>
|
||||
</a>
|
||||
<a href="/organization/{{ namespace.name }}" ng-if="isOrganization(namespace.name)">
|
||||
<span class="avatar" size="30" data="namespace.avatar"></span>
|
||||
{{ namespace.name }}
|
||||
|
|
Reference in a new issue