mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -05:00 
			
		
		
		
	fixes #603
This commit is contained in:
		
							parent
							
								
									018b53db1b
								
							
						
					
					
						commit
						3872c3c49b
					
				@ -94,7 +94,7 @@
 | 
				
			|||||||
              </svg> {{d.title | documentTitle}}
 | 
					              </svg> {{d.title | documentTitle}}
 | 
				
			||||||
            </a>
 | 
					            </a>
 | 
				
			||||||
          </li>
 | 
					          </li>
 | 
				
			||||||
          <li class="nav-item w-100" *ngIf="openDocuments.length > 1">
 | 
					          <li class="nav-item w-100" *ngIf="openDocuments.length >= 1">
 | 
				
			||||||
            <a class="nav-link text-truncate" [routerLink]="" (click)="closeAll()">
 | 
					            <a class="nav-link text-truncate" [routerLink]="" (click)="closeAll()">
 | 
				
			||||||
              <svg class="sidebaricon" fill="currentColor">
 | 
					              <svg class="sidebaricon" fill="currentColor">
 | 
				
			||||||
                <use xlink:href="assets/bootstrap-icons.svg#x"/>
 | 
					                <use xlink:href="assets/bootstrap-icons.svg#x"/>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user