subtitle for folder listing. folder icon.

This commit is contained in:
Kyle Spearrin 2017-10-31 10:05:33 -04:00
parent b8a2088279
commit 0d62f99437
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
</div>
<a href="#" stop-click ng-click="viewFolder(folder)" class="list-section-item"
ng-repeat="folder in vaultFolders | orderBy: folderSort track by $index">
{{folder.name}}
<i class="fa fa-folder-open text-muted"></i> {{folder.name}}
<i class="fa fa-chevron-right fa-lg"></i>
<span class="item-sub-label" ng-if="showFolderCounts">{{folder.itemCount}}</span>
</a>

View File

@ -29,7 +29,7 @@
<i class="fa fa-share-alt text-muted" ng-if="cipher.organizationId" title="{{i18n.shared}}"></i>
<i class="fa fa-paperclip text-muted" ng-if="cipher.attachments" title="{{i18n.attachments}}"></i>
</span>
<span class="detail">{{cipher.username}}</span>
<span class="detail">{{cipher.subTitle}}</span>
</a>
</div>
</div>