1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02: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">
<p>Loading...</p>
</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">
<ul class="control-sidebar-menu" ng-show="!loading && collections.length">
<li ng-repeat="collection in collections =