1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

user billing page

This commit is contained in:
Kyle Spearrin
2018-06-29 16:55:54 -04:00
parent 1ac22c6d48
commit f7b9416460
7 changed files with 337 additions and 13 deletions

View File

@@ -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>