all layouts implemented in the emails
This commit is contained in:
parent
c97b081b2c
commit
0a20f80d6e
6 changed files with 40 additions and 247 deletions
12
app/views/mailbot/ticket_confirmation_template.html.erb
Normal file
12
app/views/mailbot/ticket_confirmation_template.html.erb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<%= render partial: "layouts/mailbot_header" %>
|
||||
<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>
|
||||
<%= render partial: "layouts/mailbot_footer" %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue