Update create organization page UI
This commit is contained in:
parent
cff7f6178e
commit
2ece1170a1
6 changed files with 189 additions and 82 deletions
|
@ -42,6 +42,10 @@
|
|||
{{ namespace.name }}
|
||||
</a>
|
||||
</li>
|
||||
<li class="new-org" ng-if="!user.anonymous">
|
||||
<span class="avatar" size="30" data="{'color': '#ccc', name: '+new'}"></span>
|
||||
<a href="/organizations/new">Create New Organization</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue