clarion/app/views/event_mailer/acceptance_second_notificat...

19 lines
679 B
Plaintext
Raw Normal View History

2014-10-20 22:31:57 +03:00
Hello,
We want to remind you that that your request for participation in <%= @event.conference.title %> with the <%= @event.class.model_name.human.mb_chars.downcase.to_s %> titled "<%= @event.title %>" was approved.
Please confirm your participation as soon as you can by following the following link:
<% if @event.is_a? Lecture %>
<%= confirm_lecture_url(@event, locale: 'en') %>
<% elsif @event.is_a? Workshop %>
<%= confirm_workshop_url(@event, locale: 'en') %>
<% end %>
Please respond to this email in case you have any questions.
The initial conference schedule can be found here:
http://wwwt.openfest.org/en/schedule/
Regards,
The <%= @event.conference.title %> Team