deleted skip button
This commit is contained in:
		@@ -5,9 +5,6 @@
 | 
			
		||||
            <i class="fa fa-times fa-2x" (click)="onClose()"></i>
 | 
			
		||||
    </div>
 | 
			
		||||
        <h4 class="card-title">Neuen Sprint anlegen</h4>
 | 
			
		||||
        <button (click)="onClose()" type="button" class="close" aria-label="Close">
 | 
			
		||||
            <span aria-hidden="true">×</span>
 | 
			
		||||
        </button>
 | 
			
		||||
        <form (ngSubmit)="onSubmit()">
 | 
			
		||||
            <div class="form-group">
 | 
			
		||||
                <label for="Title">Titel</label>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user