1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-22 02:21:34 +01:00

[PM-9503] Add paperclip icon for items with attachments (#10329)

This commit is contained in:
Shane Melton 2024-08-07 10:59:01 -07:00 committed by GitHub
parent d51226929c
commit 6179397ba9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,11 @@
[size]="'small'" [size]="'small'"
[appA11yTitle]="orgIconTooltip(cipher)" [appA11yTitle]="orgIconTooltip(cipher)"
></i> ></i>
<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>
</a> </a>
<ng-container slot="end"> <ng-container slot="end">