Show print button even if you arn't logged in
This commit is contained in:
		@@ -101,10 +101,10 @@
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
            </mat-card-content>
 | 
			
		||||
            <mat-card-actions *ngIf="store.user" class="d-print-none" style="overflow: hidden">
 | 
			
		||||
            <mat-card-actions class="d-print-none" style="overflow: hidden">
 | 
			
		||||
                <mat-divider></mat-divider>
 | 
			
		||||
                <button mat-button class="m-1 mt-3" onclick="window.print()">Print</button>
 | 
			
		||||
                <div class="float-right m-1 mt-3">
 | 
			
		||||
                <div *ngIf="store.user" class="float-right m-1 mt-3">
 | 
			
		||||
                    <button mat-button (click)="edit(formula)">Edit</button>
 | 
			
		||||
                    <button mat-button class="ml-2" color="warn" (click)="delete(formula)">Delete</button>
 | 
			
		||||
                </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user