attachments indicator in org vault

This commit is contained in:
Kyle Spearrin 2017-10-23 16:23:32 -04:00
parent e13992ba27
commit 4323341d19
1 changed files with 2 additions and 0 deletions

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>