1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

no collections message

This commit is contained in:
Kyle Spearrin
2017-11-22 12:17:40 -05:00
parent d42e6ca3fd
commit 3563601382

View File

@@ -327,6 +327,12 @@
<div ng-show="loading && !vaultGroupings.length"> <div ng-show="loading && !vaultGroupings.length">
<p>Loading...</p> <p>Loading...</p>
</div> </div>
<div ng-show="!loading && !collections.length">
<p>No collections are being shared with you. <i class="fa fa-frown-o"></i></p>
<a ui-sref="backend.user.settingsCreateOrg" class="btn btn-default btn-lint">
Create an Organization
</a>
</div>
<div class="control-sidebar-section"> <div class="control-sidebar-section">
<ul class="control-sidebar-menu" ng-show="!loading && collections.length"> <ul class="control-sidebar-menu" ng-show="!loading && collections.length">
<li ng-repeat="collection in collections = <li ng-repeat="collection in collections =