diff options
Diffstat (limited to '')
| -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>  | 
