1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

attachments indicator in org vault

This commit is contained in:
Kyle Spearrin 2017-10-23 16:23:32 -04:00
parent e13992ba27
commit 4323341d19

View File

@ -77,6 +77,8 @@
</td>
<td>
<a href="#" stop-click ng-click="editCipher(cipher)">{{cipher.name}}</a>
<i class="fa fa-paperclip text-muted" title="Attachments" ng-if="cipher.hasAttachments"
stop-prop></i>
<div class="text-sm text-muted">{{cipher.subTitle}}</div>
</td>
</tr>