added open button to landing page
This commit is contained in:
		@@ -6,4 +6,10 @@
 | 
				
			|||||||
    <button mat-flat-button class="w-100 text-white" style="background-color: #dd0330" (click)="new()">
 | 
					    <button mat-flat-button class="w-100 text-white" style="background-color: #dd0330" (click)="new()">
 | 
				
			||||||
        <mat-icon>add</mat-icon> New Map
 | 
					        <mat-icon>add</mat-icon> New Map
 | 
				
			||||||
    </button>
 | 
					    </button>
 | 
				
			||||||
 | 
					    <div class="input-group w-100 mt-3">
 | 
				
			||||||
 | 
					        <input type="text" #code class="form-control" placeholder="Code">
 | 
				
			||||||
 | 
					        <div class="input-group-append">
 | 
				
			||||||
 | 
					            <button class="btn btn-danger" [routerLink]="[code.value]" style="background-color: #dd0330">Open</button>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user