clarion/app/views/event_mailer/confirmation_request.en.tex...

21 lines
926 B
Plaintext
Raw Permalink Normal View History

2015-10-19 12:37:56 +03:00
Hello,
We are happy to notify you that your request for participation in <%= @event.conference.title %> with the <%= @event.event_type.name.downcase %> titled "<%= @event.title %>" was approved. <% if @event.slot.present? -%>
It has been scheduled for <%= I18n.l @event.slot.starts_at, format: :long %>.
<% else %>
It has not been scheduled yet.
<% end %>
Please confirm your participation as soon as you can by following the following link:
2015-10-19 20:19:28 +03:00
<%= confirm_event_url @event, host: @event.conference.host_name, protocol: 'https' %>
2015-10-19 12:37:56 +03:00
Please make sure you include the QR code attached to this email in your
presentation. It contains a link to the feedback form for your <%= @event.event_type.name.downcase %>.
2018-10-10 23:54:09 +03:00
Please reply to this email if your presentation will be remote or if you'll be presenting using a MacBook.
2015-10-19 12:37:56 +03:00
Please respond to this email in case you have any questions.
Regards,
The <%= @event.conference.title %> Team