1
0
mirror of https://github.com/bitwarden/web synced 2025-12-24 04:03:20 +00:00

Update 2018-03-20T20:00:18.316Z

This commit is contained in:
Kyle Spearrin
2018-03-20 16:00:20 -04:00
parent 0fd374abc2
commit 7f6738bcc8
5 changed files with 11 additions and 11 deletions

View File

@@ -50,7 +50,7 @@
{{selectedFolder ? selectedFolder.name : selectedCollection ? selectedCollection.name : selectedTitle}}
<small ng-pluralize count="filteredCiphers.length" when="{'1': '{} item', 'other': '{} items'}"></small>
</h3>
<div class="box-tools" ng-if="selectedFolder">
<div class="box-tools" ng-if="selectedFolder && selectedFolder.id">
<div class="btn-group">
<button type="button" class="btn btn-box-tool dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-cog"></i> <span class="caret"></span>