diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-18 13:35:12 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-18 13:35:12 -0400 |
commit | 2afc29eb8de4c12a8159cac7e9d61a64ed40b8c3 (patch) | |
tree | 1b47dd735fce0a3b12fae5e07d0e5f1993440ac2 | |
parent | c135f56c7b2d0d283ea279fa7934929fb2e09aa3 (diff) | |
parent | fe04a7078f6b381d45715f80662628410ca8dc72 (diff) | |
download | JellySolutions-2afc29eb8de4c12a8159cac7e9d61a64ed40b8c3.tar.gz JellySolutions-2afc29eb8de4c12a8159cac7e9d61a64ed40b8c3.tar.bz2 JellySolutions-2afc29eb8de4c12a8159cac7e9d61a64ed40b8c3.zip |
Merge branch 'funding_basket' of https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b into funding_basket
-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> --> |