mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	couple small adjustments
This commit is contained in:
		@@ -12,8 +12,8 @@
 | 
			
		||||
      <table class="table table-sm table-hover table-borderless">
 | 
			
		||||
        <thead>
 | 
			
		||||
        <tr>
 | 
			
		||||
          <th>Date created</th>
 | 
			
		||||
          <th scope="col">Document</th>
 | 
			
		||||
          <th>Created</th>
 | 
			
		||||
          <th scope="col">Title</th>
 | 
			
		||||
        </tr>
 | 
			
		||||
        </thead>
 | 
			
		||||
        <tbody>
 | 
			
		||||
 
 | 
			
		||||
@@ -49,7 +49,6 @@ export class DocumentDetailComponent implements OnInit {
 | 
			
		||||
    private route: ActivatedRoute,
 | 
			
		||||
    private correspondentService: CorrespondentService,
 | 
			
		||||
    private documentTypeService: DocumentTypeService,
 | 
			
		||||
    private datePipe: DatePipe,
 | 
			
		||||
    private router: Router,
 | 
			
		||||
    private modalService: NgbModal,
 | 
			
		||||
    private openDocumentService: OpenDocumentsService,
 | 
			
		||||
 
 | 
			
		||||
@@ -85,8 +85,8 @@
 | 
			
		||||
    <th>Correspondent</th>
 | 
			
		||||
    <th>Title</th>
 | 
			
		||||
    <th>Document type</th>
 | 
			
		||||
    <th>Date created</th>
 | 
			
		||||
    <th>Date added</th>
 | 
			
		||||
    <th>Created</th>
 | 
			
		||||
    <th>Added</th>
 | 
			
		||||
  </thead>
 | 
			
		||||
  <tbody>
 | 
			
		||||
    <tr *ngFor="let d of docs.documents" routerLink="/documents/{{d.id}}">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user