mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fixes #603
This commit is contained in:
		@@ -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"/>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user