From bb688dc0017a78db1e630511df9e7c9e26a6dfcd Mon Sep 17 00:00:00 2001 From: owocki Date: Mon, 14 Sep 2020 16:10:49 -0600 Subject: [PATCH 1/2] small twitter fix --- app/grants/templates/grants/detail/funding.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/grants/templates/grants/detail/funding.html b/app/grants/templates/grants/detail/funding.html index 06c4b9dbd0a..f85b6bb20da 100644 --- a/app/grants/templates/grants/detail/funding.html +++ b/app/grants/templates/grants/detail/funding.html @@ -19,16 +19,20 @@
{% if not grant.twitter_verified %} -
-
+
+
-
Warning: This grant has not verified their ownership of the property listed
+
+ Warning: This grant has not verified their ownership of the twitter account listed. +
{% if is_team_member %}
-
+
+ or Submit a support request. {% endif %} +
From 0528d721f126ad272be56ebf2949396ad59a61d0 Mon Sep 17 00:00:00 2001 From: Ben DiFrancesco Date: Mon, 14 Sep 2020 17:27:13 -0400 Subject: [PATCH 2/2] Templatize and style the Coming Soon elements of the Trust Bonus --- .../templates/profiles/tab_trust.html | 317 +----------------- .../templates/profiles/trust_soon_row.html | 32 ++ 2 files changed, 44 insertions(+), 305 deletions(-) create mode 100644 app/dashboard/templates/profiles/trust_soon_row.html diff --git a/app/dashboard/templates/profiles/tab_trust.html b/app/dashboard/templates/profiles/tab_trust.html index 23fe5afb056..bbdde22774e 100644 --- a/app/dashboard/templates/profiles/tab_trust.html +++ b/app/dashboard/templates/profiles/tab_trust.html @@ -112,9 +112,10 @@
Active Now
Coming Soon ™️
- To view our full roadmap click here. + To view our full roadmap click here + -
+
@@ -146,309 +147,15 @@
Coming Soon ™️
- -
-
- - - -
-
-
- Verify by Actively Engaging on Gitcoin -
-
- Tentatively Coming Soon -
-
-
-
- +?% -
-
- Grants CLR Match -
-
-
-
- 🚧 -
-
- Coming Soon -
-
-
- - - -
-
- - - -
-
-
- Verify With Idena Network -
-
- Tentatively Coming Soon -
-
-
-
- +?% -
-
- Grants CLR Match -
-
-
-
- 🚧 -
-
- Coming Soon -
-
-
- - - -
-
- - - -
-
-
- Verify With POAP -
-
- Tentatively Coming Soon -
-
-
-
- +?% -
-
- Grants CLR Match -
-
-
-
- 🚧 -
-
- Coming Soon -
-
-
- - -
-
- - - -
-
-
- Verify With Upala -
-
- Tentatively Coming Soon -
-
-
-
- +?% -
-
- Grants CLR Match -
-
-
-
- 🚧 -
-
- Coming Soon -
-
-
- - -
-
- - - -
-
-
- Verify With Duniter -
-
- Tentatively Coming Soon -
-
-
-
- +?% -
-
- Grants CLR Match -
-
-
-
- 🚧 -
-
- Coming Soon -
-
-
- - - -
-
- - - -
-
-
- Verify With Equality Protocol -
-
- Tentatively Coming Soon -
-
-
-
- +?% -
-
- Grants CLR Match -
-
-
-
- 🚧 -
-
- Coming Soon -
-
-
- - - -
-
- - - -
-
-
- Verify With Google and/or Facebook -
-
- Tentatively Coming Soon -
-
-
-
- +?% -
-
- Grants CLR Match -
-
-
-
- 🚧 -
-
- Coming Soon -
-
-
- - -
-
- - - -
-
-
- Verify With KYC -
-
- Tentatively Coming Soon -
-
-
-
- +?% -
-
- Grants CLR Match -
-
-
-
- 🚧 -
-
- Coming Soon -
-
-
- - - - -
-
- - - -
-
-
- Verify With PASS -
-
- Tentatively Coming Soon -
-
-
-
- +?% -
-
- Grants CLR Match -
-
-
-
- 🚧 -
-
- Coming Soon -
-
-
- + {% include "profiles/trust_soon_row.html" with service="Activity on Gitcoin" %} + {% include "profiles/trust_soon_row.html" with service="Idena Network" %} + {% include "profiles/trust_soon_row.html" with service="POAP" %} + {% include "profiles/trust_soon_row.html" with service="Upala" %} + {% include "profiles/trust_soon_row.html" with service="Duniter" %} + {% include "profiles/trust_soon_row.html" with service="Equality Protocol" %} + {% include "profiles/trust_soon_row.html" with service="Google and/or Facebook" %} + {% include "profiles/trust_soon_row.html" with service="KYC" %} + {% include "profiles/trust_soon_row.html" with service="PASS" %}
diff --git a/app/dashboard/templates/profiles/trust_soon_row.html b/app/dashboard/templates/profiles/trust_soon_row.html new file mode 100644 index 00000000000..03c993c1349 --- /dev/null +++ b/app/dashboard/templates/profiles/trust_soon_row.html @@ -0,0 +1,32 @@ + +
+
+ + + +
+
+
+ Verify With {{ service }} +
+
+ Tentatively Coming Soon +
+
+
+
+ +?% +
+
+ Grants CLR Match +
+
+
+
+ 🚧 +
+
+ Coming Soon +
+
+
\ No newline at end of file