Work in progress: Start on org view
This commit is contained in:
parent
0175bd91bf
commit
ba7360f2a9
5 changed files with 17 additions and 8 deletions
|
@ -8,4 +8,9 @@
|
|||
|
||||
<div class="org-view container" ng-show="!loading && organization">
|
||||
<div class="organization-header" organization="organization"></div>
|
||||
|
||||
<div ng-repeat="team in organization.teams">
|
||||
<i class="fa fa-group"></i>
|
||||
<span><a href="/organization/{{ organization.name }}/teams/{{ team.name }}">{{ team.name }}</a></span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue