[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
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@
[size]="'small'"
[appA11yTitle]="orgIconTooltip(cipher)"
></i>
<i
*ngIf="cipher.hasAttachments"
class="bwi bwi-paperclip bwi-sm"
[appA11yTitle]="'attachments' | i18n"
></i>
<span slot="secondary">{{ cipher.subTitle }}</span>
</a>
<ng-container slot="end">