Update create organization page UI

This commit is contained in:
Joseph Schorr 2015-04-06 13:52:38 -04:00
parent cff7f6178e
commit 2ece1170a1
6 changed files with 189 additions and 82 deletions

View file

@ -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>