diff --git a/app/views/mailbot/comment_template.text.erb b/app/views/mailbot/comment_template.text.erb index 0e7a8c35..d162d710 100644 --- a/app/views/mailbot/comment_template.text.erb +++ b/app/views/mailbot/comment_template.text.erb @@ -1,10 +1,83 @@ -Dear <%= @user.name %>, + + + + + + + + + + + + + + Email + + +
+
+ +
+
+

+
+
+
+ + Dear <%= @user.name %>, + + User <%= @comment.user.name %> posted a new comment for event <%= @event.title %> of <%= @conference.short_title %> . + + "<%= @comment.body %>" + + To reply to this comment, please go to <%= h(admin_conference_program_event_url(@conference.short_title, @event, only_path: false)) %> + + Best wishes, + <%= @conference.title %> Team + +
+
+

+
+ + diff --git a/app/views/mailbot/ticket_confirmation_template.text.erb b/app/views/mailbot/ticket_confirmation_template.text.erb index 08f5175a..0e4e54f8 100644 --- a/app/views/mailbot/ticket_confirmation_template.text.erb +++ b/app/views/mailbot/ticket_confirmation_template.text.erb @@ -1,8 +1,81 @@ -Dear <%= @user.name %>, + + + + + + + + + + + + + + Email + + +
+
+ +
+
+

+
+
+
+ + 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 + +
+
+

+
+ + diff --git a/app/views/mailbot/young_thinkers_ticket_confirmation_template.text.erb b/app/views/mailbot/young_thinkers_ticket_confirmation_template.text.erb index e3e52c1f..6a4c7fb5 100644 --- a/app/views/mailbot/young_thinkers_ticket_confirmation_template.text.erb +++ b/app/views/mailbot/young_thinkers_ticket_confirmation_template.text.erb @@ -1,10 +1,83 @@ -Dear <%= @user.name %>, + + + + + + + + + + + + + + Email + + +
+
+ +
+
+

+
+
+
+ + 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. + + The SAP Young Thinkers team will reach out to you with information on how to participate in the event soon. In the meantime, you can check the event page (https://events.sap.com/yt-learning-festival-at-snapcon-2020/en/home) or send an email with your questions to youngthinkers@sap.com. + + Best wishes, + <%= @conference.title %> Team + +
+
+

+
+ +