Emi Matchu
82be7fe301
Mostly this is just me testing out what it would look like to modularize the app more… I've noticed that some concerns, like fundraising, are just not relevant to most of the app, and being able to lock them away inside subfolders feels like it'll help tidy up long folder lists. Notably, I haven't touched the models case yet, because I worry that might be a bit more complex, whereas everything else seems pretty well-isolated? We'll try it out!
37 lines
1.1 KiB
Text
37 lines
1.1 KiB
Text
<p>
|
|
Hi, friend! I'm Matchu, that guy who made Dress to Impress :)
|
|
</p>
|
|
|
|
<p>
|
|
So, let's do the business first:
|
|
You donated
|
|
<strong><%= number_to_currency @donation.amount / 100.0 %></strong>
|
|
(thanks again, by the way!),
|
|
and you can update the name and outfits on that donation whenever you like at
|
|
<%= link_to donation_url(@donation), donation_url(@donation) %>.
|
|
</p>
|
|
|
|
<p>
|
|
Really, though, my favorite part of these emails is that it gives me a chance
|
|
to hear from some of our most excited users :D
|
|
What do you love about Dress to Impress? What parts aren't so great?
|
|
Any issues I can help you with while we're here?
|
|
What does Dress to Impress need to do long-term to continue to be a valuable
|
|
resource for years to come?
|
|
</p>
|
|
|
|
<p>
|
|
Hit Reply and let me know—or we can just talk
|
|
about how pumped we are for the next season of Doctor Who :o
|
|
Up to you :)
|
|
</p>
|
|
|
|
<p>
|
|
Thanks again for your help! Serving this community is an honor and a pleasure.<br />
|
|
—<i>Matchu</i>
|
|
</p>
|
|
|
|
<p>
|
|
P.S. Seriously. Reply to this email and tell me something.
|
|
It always makes my day :D
|
|
</p>
|