From b5797b53eddf5a52ea9bbd8f3c638edd678407ab Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:56:19 -0400 Subject: please work, i backmerged and everything. -ak --- .../components/need-page/need-page.component.html | 29 ++++++++++++++++------ 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'ufund-ui/src/app/components/need-page/need-page.component.html') diff --git a/ufund-ui/src/app/components/need-page/need-page.component.html b/ufund-ui/src/app/components/need-page/need-page.component.html index 4bb001e..8234ac7 100644 --- a/ufund-ui/src/app/components/need-page/need-page.component.html +++ b/ufund-ui/src/app/components/need-page/need-page.component.html @@ -1,8 +1,21 @@ - -

Need page

-

id: {{need?.id}}

-

name: {{need?.name}}

-

filterAttributes: {{need?.filterAttributes}}

-

type: {{need?.type}}

-

max goal: {{need?.maxGoal}}

-

current: {{need?.maxGoal}}

\ No newline at end of file +

Viewing Need: {{need?.name}}

+internal id: {{need?.id}} +
+

Looking for

+

{{need?.type}}

+

Donations.

+
+
+

Tags:

+ +
+ +
+ +

Goal: {{need?.maxGoal}}

+

Current: {{need?.current}}

+

This goal is {{((need?.current ?? 0)*100) / (need?.maxGoal ?? 0)}}% complete!

\ No newline at end of file -- cgit v1.2.3