mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
user billing page
This commit is contained in:
@@ -52,7 +52,8 @@
|
||||
<i class="fa fa-spinner fa-spin text-muted" *ngIf="!loaded"></i>
|
||||
<ng-container *ngIf="loaded">
|
||||
<p>{{'noItemsInList' | i18n}}</p>
|
||||
<button (click)="addCipher()" class="btn btn-outline-primary">{{'addItem' | i18n}}</button>
|
||||
<button (click)="addCipher()" class="btn btn-outline-primary">
|
||||
<i class="fa fa-plus fa-fw"></i>{{'addItem' | i18n}}</button>
|
||||
</ng-container>
|
||||
</div>
|
||||
</ng-container>
|
||||
|
||||
Reference in New Issue
Block a user