subtitle for folder listing. folder icon.
This commit is contained in:
parent
b8a2088279
commit
0d62f99437
|
@ -21,7 +21,7 @@
|
||||||
</div>
|
</div>
|
||||||
<a href="#" stop-click ng-click="viewFolder(folder)" class="list-section-item"
|
<a href="#" stop-click ng-click="viewFolder(folder)" class="list-section-item"
|
||||||
ng-repeat="folder in vaultFolders | orderBy: folderSort track by $index">
|
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>
|
<i class="fa fa-chevron-right fa-lg"></i>
|
||||||
<span class="item-sub-label" ng-if="showFolderCounts">{{folder.itemCount}}</span>
|
<span class="item-sub-label" ng-if="showFolderCounts">{{folder.itemCount}}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<i class="fa fa-share-alt text-muted" ng-if="cipher.organizationId" title="{{i18n.shared}}"></i>
|
<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>
|
<i class="fa fa-paperclip text-muted" ng-if="cipher.attachments" title="{{i18n.attachments}}"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="detail">{{cipher.username}}</span>
|
<span class="detail">{{cipher.subTitle}}</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue