Use tag component for tag colors etc

This commit is contained in:
Michael Shamoon 2020-12-09 01:52:44 -08:00
parent ed236460b5
commit f0d86130ec

View File

@ -84,7 +84,7 @@
<path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"/>
</svg>
</div>
<div class="mr-1">{{tag.name}}</div>
<div class="mr-1"><app-tag [tag]="tag" [clickable]="true" linkTitle="Filter by tag"></app-tag></div>
<div class="badge bg-primary text-light rounded-pill ml-auto">{{tag.document_count}}</div>
</button>
</ng-container>