mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
format html
This commit is contained in:
parent
5a7394cb33
commit
2005e00f27
@ -1,6 +1,5 @@
|
||||
<a *ngFor="let c of ciphers" (click)="selectCipher(c)" (dblclick)="doubleSelectCipher(c)"
|
||||
href="#" appStopClick title="{{title}}"
|
||||
class="box-content-row box-content-row-flex">
|
||||
href="#" appStopClick title="{{title}}" class="box-content-row box-content-row-flex">
|
||||
<div class="row-main">
|
||||
<app-vault-icon [cipher]="c"></app-vault-icon>
|
||||
<div class="row-main-content">
|
||||
@ -12,6 +11,6 @@
|
||||
<span class="detail">{{c.subTitle}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<app-action-buttons [cipher]="c" [showView]="showView" (onView)="viewCipher(c)"
|
||||
class="action-buttons"></app-action-buttons>
|
||||
<app-action-buttons [cipher]="c" [showView]="showView" (onView)="viewCipher(c)" class="action-buttons">
|
||||
</app-action-buttons>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user