deleted commentars
This commit is contained in:
		@@ -60,24 +60,10 @@
 | 
			
		||||
                    <div class="form-group">
 | 
			
		||||
                        <a class="dropdown-item" href="#" (click)="createTaskStatus()">Neuer Status</a>
 | 
			
		||||
                        <a class="dropdown-item" href="#" (click)="deleteStatus()">Status löschen</a>
 | 
			
		||||
                        <input type="text" class="form-control">
 | 
			
		||||
                        <input type="text" class="form-control" [(ngModel)]="task.title">
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
            <!-- <div class="form-group">
 | 
			
		||||
                                    <label for="Inhalt">Status</label>
 | 
			
		||||
                                    <select class="form-control custom-select mr-sm-2" id="prio" required name="prio"
 | 
			
		||||
                                        [(ngModel)]="task.statusid">
 | 
			
		||||
                                        <option><input type="text" class="form-control"/></option>
 | 
			
		||||
                                        <option *ngFor="let status of allStatus">{{
 | 
			
		||||
                            status.title
 | 
			
		||||
                          }}</option>
 | 
			
		||||
                                    </select>
 | 
			
		||||
                                    <button type="button" data-type="plus" (click)="createTaskStatus()">
 | 
			
		||||
                                        <span class="glyphicon glyphicon-plus">Add</span>
 | 
			
		||||
                                    </button>
 | 
			
		||||
                                </div> -->
 | 
			
		||||
            <div class="form-group">
 | 
			
		||||
                <label for="Inhalt">Assigned User</label>
 | 
			
		||||
                <input type="text" class="form-control" id="Author" required name="author"/>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user