mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Only show page numbers when content type is application/pdf
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
<app-page-header [(title)]="title">
 | 
			
		||||
    <div class="input-group input-group-sm mr-5">
 | 
			
		||||
    <div class="input-group input-group-sm mr-5" *ngIf="getContentType() == 'application/pdf'">
 | 
			
		||||
      <div class="input-group-prepend">
 | 
			
		||||
        <div class="input-group-text">Page </div>
 | 
			
		||||
      </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user