mirror of
https://github.com/bitwarden/web
synced 2025-12-15 15:53:18 +00:00
Update 2018-03-25T00:50:59.563Z
This commit is contained in:
@@ -73,7 +73,8 @@
|
||||
<div class="box-body" ng-class="{'no-padding': filteredCiphers.length}">
|
||||
<div ng-show="!filteredCiphers.length">
|
||||
<p>No items to list.</p>
|
||||
<button type="button" ng-click="addCipher()" class="btn btn-default btn-flat">
|
||||
<button type="button" ng-click="addCipher()" class="btn btn-default btn-flat"
|
||||
ng-if="!selectedCollection">
|
||||
Add an Item
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user