mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
convert anchor link to button on trash page (#11351)
This commit is contained in:
parent
acd47c2b79
commit
af231b3914
@ -7,14 +7,15 @@
|
||||
</bit-section-header>
|
||||
<bit-item-group>
|
||||
<bit-item *ngFor="let cipher of ciphers">
|
||||
<a
|
||||
<button
|
||||
bit-item-content
|
||||
type="button"
|
||||
[appA11yTitle]="'viewItemTitle' | i18n: cipher.name"
|
||||
(click)="onViewCipher(cipher)"
|
||||
>
|
||||
<app-vault-icon slot="start" [cipher]="cipher"></app-vault-icon>
|
||||
<span data-testid="item-name">{{ cipher.name }}</span>
|
||||
</a>
|
||||
</button>
|
||||
<ng-container slot="end" *ngIf="cipher.edit">
|
||||
<bit-item-action>
|
||||
<button
|
||||
|
Loading…
Reference in New Issue
Block a user