Skip to content

Instantly share code, notes, and snippets.

@perky
Created September 1, 2014 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perky/398b654789a69ad65b34 to your computer and use it in GitHub Desktop.
Save perky/398b654789a69ad65b34 to your computer and use it in GitHub Desktop.
Beat the Frog Emails.
<p>
Dear <%= @user.stage_name %>,
</p>
<p>
Your booking for Beat the Frog in <%= @event_city %> on <%= @event_date %> has been cancelled.
</p>
<p>
<small><em>
If you did not cancel this yourself it is most likely because you did not confirm. If you did not receive an SMS asking you to confirm please make sure your mobile number is correct: <%= @user.mobile %><br/>
You can change it <%= link_to "here", edit_user_url(@user) %>.
</em></small>
</p>
<p>
<a href="<%= @event_url%>">Link to event.</a>
</p>
<p>
Kind Regards, <br/>
Frog and Bucket Comedy Clubs <br/>
beatthefrog@frogandbucket.com <br/>
0161 236 9805
</p>
<p>
Hi <%= @user.stage_name %>,
</p>
<p>
You have been booked for Beat the Frog in <%= @event_city %> on <%= @event_date %>. Please arrive for 7.30pm and sign in on arrival.
</p>
<p>
<h3><%= @event_date %></h3>
<h3>Type: <%= @booking_type %></h3>
<h3>Frog and Bucket <%= @event_city %></h3>
<h3><%= @event_address %></h3>
<h3>Call time: 7.30pm</h3>
</p>
<p><small><em>
We do not tolerate material that is seen to be racist, misogynistic, homophobic, xenophobic or unnecessarily extremely vulgar. We also do not tolerate material that has been ripped off or copied from a professional comedian. You will be gonged off if we believe your material to be any of the above.
</em></small></p>
<p>
<a href="<%= @event_url%>">Link to event.</a>
</p>
<p>
Kind Regards, <br/>
Frog and Bucket Comedy Clubs <br/>
beatthefrog@frogandbucket.com <br/>
0161 236 9805
</p>
<p>
Hi <%= @user.stage_name %>,
</p>
<p>
This is reminder for your <%= @booking_type %> booking on <%= @event_date %> at Frog and Bucket <%= @event_city %>.
Please confirm this booking as soon as possible otherwise you risk losing the space.
</p>
<p>
<%= link_to 'Click here to confirm you booking', booking_confirm_url(@booking) %>.<br/>
<em>(If you confirm with the link above you don't need to reply to the SMS as well)</em><br/>
<a href="<%= @event_url%>">Link to event.</a>
</p>
<p>
Kind Regards, <br/>
Frog and Bucket Comedy Clubs <br/>
beatthefrog@frogandbucket.com <br/>
0161 236 9805
</p>
<p>
Hi <%= @user.stage_name %>,
</p>
<p>
Congratulations, you beat the frog on <%= @event_date %> at Frog and Bucket <%= @event_city %>. So what's next? You can now book a couple of 8 minute spots, that's 8 uninterrupted minutes on stage at the start of the show. To book simply login to the Beat The Frog website and you'll see a new button appear to book an 8 spot. <%= link_to "Book now", root_url %>.
</p>
<p>
<a href="<%= @event_url %>">Link to event.</a>
</p>
<p>
Kind Regards, <br/>
Frog and Bucket Comedy Clubs <br/>
beatthefrog@frogandbucket.com <br/>
0161 236 9805
</p>
Sorry. I didn't understand that, I'm just an robot. Please just enter the code and nothing else. You can also confirm via the website: beatthefrog.com
Hey there! This is a reminder that you are booked in for Beat the Frog in #{venue_city} on #{event_date}. Reply with this code to confirm: #{confirm_code}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment