1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 09:33:27 +00:00

format html files

This commit is contained in:
Kyle Spearrin
2019-02-21 16:53:57 -05:00
parent f28d7a1af6
commit 44af1ccc45
26 changed files with 205 additions and 232 deletions

View File

@@ -18,7 +18,7 @@
<div class="box list full-list" *ngIf="folders && folders.length">
<div class="box-content">
<a href="#" appStopClick (click)="folderSelected(f)" class="box-content-row padded"
*ngFor="let f of folders">{{f.name}}</a>
*ngFor="let f of folders">{{f.name}}</a>
</div>
</div>
<div class="no-items" *ngIf="!folders || !folders.length">