diff options
Diffstat (limited to 'ufund-ui/src/app/components/cupboard/cupboard.component.html')
-rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index 6faea9b..d9a247d 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -1,11 +1,6 @@ <h1> Cupboard </h1> <div id="menu"> <button (click)="opencreate()">Create new Need</button> - <button (click)="opendestroy()">Delete all Needs</button> -</div> -<div id="destroy-form"> - <button (click)="destroy()">Really Really sure you want to delete all needs?</button> - <button (click)="back()">Close</button> </div> <div id="create-form"> <h1> Create a new need </h1> @@ -22,8 +17,9 @@ <input type="radio" name="type" value="PHYSICAL" ngModel> <label>Physical</label><br> <input type="submit" value="Submit"> - <button (click)="back()">Close</button> </form> + <button (click)="back()">Close</button> + </div> <hr> <app-need-list></app-need-list>
\ No newline at end of file |