1
0
mirror of https://github.com/bitwarden/web synced 2026-01-07 19:13:21 +00:00

Update 2017-11-30T03:16:21.347Z

This commit is contained in:
Kyle Spearrin
2017-11-29 22:16:24 -05:00
parent d425a19baf
commit 6a58f0b106
9 changed files with 88 additions and 163 deletions

View File

@@ -16,7 +16,7 @@
ng-show="collections.length && (!main.searchVaultText || collectionCiphers.length)">
<div class="box-header with-border">
<h3 class="box-title">
<i class="fa" ng-class="{'fa-cubes': collection.id, 'fa-sitemap': !collection.id}"></i>
<i class="fa" ng-class="{'fa-cube': collection.id, 'fa-sitemap': !collection.id}"></i>
{{collection.name}}
<small ng-pluralize count="collectionCiphers.length" when="{'1': '{} item', 'other': '{} items'}"></small>
</h3>