mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
use default-trailing slot for attachments on the at-risk passwords page (#17203)
This commit is contained in:
@@ -53,12 +53,14 @@
|
||||
<app-vault-icon [cipher]="cipher"></app-vault-icon>
|
||||
</div>
|
||||
<span data-testid="item-name">{{ cipher.name }}</span>
|
||||
<i
|
||||
*ngIf="cipher.hasAttachments"
|
||||
class="bwi bwi-paperclip bwi-sm"
|
||||
[appA11yTitle]="'attachments' | i18n"
|
||||
></i>
|
||||
<span slot="secondary">{{ cipher.subTitle }}</span>
|
||||
<div slot="default-trailing">
|
||||
<i
|
||||
*ngIf="cipher.hasAttachments"
|
||||
class="bwi bwi-paperclip bwi-sm"
|
||||
[appA11yTitle]="'attachments' | i18n"
|
||||
></i>
|
||||
</div>
|
||||
</button>
|
||||
<bit-item-action slot="end">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user