diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-31 00:38:37 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-31 00:38:37 -0400 |
commit | cfe40fa1e416fbf4586ef36b63a145453a4d6224 (patch) | |
tree | 8453977b736c1b015e24e8dfed0dbceb87c0fce1 /ufund-ui/src/app/components/cupboard/cupboard.component.html | |
parent | aa5610d0f56c2a048212b3bd3a9ca5671ec855fa (diff) | |
download | JellySolutions-cfe40fa1e416fbf4586ef36b63a145453a4d6224.tar.gz JellySolutions-cfe40fa1e416fbf4586ef36b63a145453a4d6224.tar.bz2 JellySolutions-cfe40fa1e416fbf4586ef36b63a145453a4d6224.zip |
Continue working on css (1)
Diffstat (limited to 'ufund-ui/src/app/components/cupboard/cupboard.component.html')
-rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index bc5ac1c..25b88ba 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -1,4 +1,4 @@ -<div> +<div id="box"> <h1> Cupboard </h1> <app-need-list (currentNeed) = populateForm($event) #needList></app-need-list> </div> @@ -25,7 +25,7 @@ <input type="checkbox" name="urgent" value="false" ngModel> <label>Urgent</label><br> <input type="submit" value="Submit"> - + </form> <span *ngIf="statusText">{{statusText | async}}</span> @@ -46,7 +46,7 @@ <input type="checkbox" name="urgent" [(ngModel)]="selectedNeed.urgent"> <label>Urgent</label> <br> <input type="submit" value="Submit"> - + </form> <span *ngIf="statusText">{{statusText | async}}</span> |