From 10fd7c0289a5f6174bde8cb84c233a82563052cb Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Thu, 11 Mar 2021 00:13:57 +0530 Subject: [PATCH] show total amount --- .../grants/detail/template-grant-details.html | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/app/grants/templates/grants/detail/template-grant-details.html b/app/grants/templates/grants/detail/template-grant-details.html index 82155be0c10..44007d27b9d 100644 --- a/app/grants/templates/grants/detail/template-grant-details.html +++ b/app/grants/templates/grants/detail/template-grant-details.html @@ -179,6 +179,15 @@

+ +
+
+

Lifetime funding received

+

$[[grant.amount_received || 0 | round | formatNumber ]]

+ raised from all contributors +
+
+

Grants Round [[grant.clr_round_num]] @@ -187,21 +196,17 @@

Not in an active matching round

-
-
+ +
+

$[[ grant.amount_received_in_round || 0 | round | formatNumber ]]

raised from [[ grant.positive_round_contributor_count ]] contributors
-
-

$[[grant.amount_received || 0 | round | formatNumber ]]

- total raised -
-
+

+$[[ grant?.clr_prediction_curve?.[0]?.[1] || 0 | round | formatNumber ]]

- estimated QF matching - Total QF matched + estimated QF matching