Make org name clickable in the org admin view
This commit is contained in:
parent
6e4d88e4f0
commit
8cc4a5ef90
3 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
|
||||
<div class="org-admin container" ng-show="!loading && organization">
|
||||
<div class="organization-header" organization="organization"></div>
|
||||
<div class="organization-header" organization="organization" clickable="true"></div>
|
||||
|
||||
<div class="row">
|
||||
<!-- Side tabs -->
|
||||
|
|
Reference in a new issue