14 lines
No EOL
557 B
Text
14 lines
No EOL
557 B
Text
<%= render partial: "layouts/mailbot_header" %>
|
|
<div id="content">
|
|
<span style="white-space: pre-line">
|
|
Dear <%= @user.name %>,
|
|
|
|
Thanks! You have successfully booked <%= @ticket_purchase.quantity %> <%= @ticket_purchase.ticket.title %> ticket(s) for the event <%= @conference.title %>. Your transaction id is <%= @ticket_purchase.id %>.
|
|
|
|
Please, find the ticket(s) pdf attached.
|
|
|
|
Best wishes,
|
|
<%= @conference.title %> Team
|
|
</span>
|
|
</div>
|
|
<%= render partial: "layouts/mailbot_footer" %> |