mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +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>
|
<app-vault-icon [cipher]="cipher"></app-vault-icon>
|
||||||
</div>
|
</div>
|
||||||
<span data-testid="item-name">{{ cipher.name }}</span>
|
<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>
|
<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>
|
</button>
|
||||||
<bit-item-action slot="end">
|
<bit-item-action slot="end">
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user