From cc1ff5ab87d80fc521b39e9adcc5f787b4fbb975 Mon Sep 17 00:00:00 2001 From: Saptak Sengupta Date: Thu, 4 Apr 2019 18:11:32 +0530 Subject: [PATCH] Fixes rating email txt --- app/retail/templates/emails/new_bounty_acceptance.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/retail/templates/emails/new_bounty_acceptance.txt b/app/retail/templates/emails/new_bounty_acceptance.txt index 61cea58cd5c..5376514e6a3 100644 --- a/app/retail/templates/emails/new_bounty_acceptance.txt +++ b/app/retail/templates/emails/new_bounty_acceptance.txt @@ -1,12 +1,15 @@ 🌈 Funds Paid! 🌈 Your funded issue has been accepted, and the fulfillment transaction is now on the Etherum network! -{% if unrated_count > 0 %} - Rate!!!! -{% endif %} {% include 'emails/bounty.txt' with bounty=bounty %} +{% if unrated_count > 0 %} + How was your experience? + Help us improve Gitcoin by rating your bounty experience! Only Gitcoin admins are able to see your feedback. + Rate your bounty experience: {% url "profile" %}#ratingTabs +{% endif %} + You are receiving this email because your email address is on the notification list for this funded issue.