Prevent download when alt-click tags

This commit is contained in:
Michael Shamoon 2021-01-21 11:11:25 -08:00
parent 795dbc16d2
commit 9ac19417e7

View File

@ -17,7 +17,7 @@
</ng-container>
</div>
<div class="mr-1">
<app-tag *ngIf="isTag; else displayName" [tag]="item" [clickable]="true" linkTitle="Filter by tag"></app-tag>
<app-tag *ngIf="isTag; else displayName" [tag]="item" [clickable]="false"></app-tag>
<ng-template #displayName><small>{{item.name}}</small></ng-template>
</div>
<div class="badge badge-light rounded-pill ml-auto mr-1">{{item.document_count}}</div>