diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-18 13:19:41 -0400 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-18 13:19:41 -0400 |
commit | fe04a7078f6b381d45715f80662628410ca8dc72 (patch) | |
tree | a612788cfa87573d679c516e01d2b498230191cd | |
parent | 72868a3b4026bc8d5c8484487e62027de3baf0bc (diff) | |
download | JellySolutions-fe04a7078f6b381d45715f80662628410ca8dc72.tar.gz JellySolutions-fe04a7078f6b381d45715f80662628410ca8dc72.tar.bz2 JellySolutions-fe04a7078f6b381d45715f80662628410ca8dc72.zip |
added descriptions to funding basket. -ak
-rw-r--r-- | ufund-ui/src/app/components/funding-basket/funding-basket.component.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html index dd02e98..b8633b8 100644 --- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html +++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html @@ -21,6 +21,9 @@ <a routerLink="/need/{{need.id}}"> {{need.name}} </a> + <p>Goal: {{need.maxGoal}}</p> + <p>Current: {{need.current}}</p> + <p>How much to Contribute: <input type="number" #contribution></p> <div> <!-- <button type="button" class="addNeed" title="add need" (click)="addNeed(need)">Add Need</button> --> |