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:
parent
d51226929c
commit
6179397ba9
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user