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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user