1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

tab layout for sharing center

This commit is contained in:
Kyle Spearrin
2017-02-20 23:29:00 -05:00
parent 877eb4d423
commit 24862f31b3
11 changed files with 203 additions and 91 deletions

View File

@@ -57,7 +57,8 @@
</ul>
</li>
<li class="treeview"
ng-class="{active: $state.includes('backend.sharedLogins') || $state.includes('backend.sharedFolders') || $state.includes('backend.sharedMe')}">
ng-class="{active: $state.includes('backend.sharedLogins') || $state.includes('backend.sharedLoginsMe') ||
$state.includes('backend.sharedFolders') || $state.includes('backend.sharedFoldersMe')}">
<a ui-sref="backend.sharedFolders"><i class="fa fa-users"></i> <span>Sharing Center</span></a>
<ul class="treeview-menu">
<li>
@@ -70,11 +71,6 @@
<i class="fa fa-circle-o"></i> Shared Logins
</a>
</li>
<li>
<a ui-sref="backend.sharedMe">
<i class="fa fa-circle-o"></i> Shared with Me
</a>
</li>
</ul>
</li>
<li class="treeview"