mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Prevent download when alt-click tags
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user