osem-fcy/app/views/mailbot/accepted_default_template.html.erb
2014-07-16 01:11:33 +02:00

21 lines
828 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<body>
<p>Dear <%= @name %>,</p>
<p>We are very pleased to inform you that your submission <%= @event.title %> has been
accepted for the conference <%= @conference.title %>.</p>
<p>The public page of your submission can be found at:</p>
<p><%= link_to "#{@event.title}", register_conference_path(@conference.short_title) %></p>
<p>If you haven´t already registered for <%= @conference.title %>, please do as soon as possible:</p>
<p><%= link_to "Register for #{@conference.title}", register_conference_path(@conference.short_title) %></p>
<p>Feel free to contact us with any questions or concerns.</p>
<p>We look forward to seeing you there.</p>
<p>Best wishes</p>
<p><%= @conference.title %> Team</p>
</body>
</html>