diff --git a/app/views/event_mailer/acceptance_second_notification.bg.text.erb b/app/views/event_mailer/acceptance_second_notification.bg.text.erb new file mode 100644 index 0000000..f128c7d --- /dev/null +++ b/app/views/event_mailer/acceptance_second_notification.bg.text.erb @@ -0,0 +1,18 @@ +Здравейте, + +Напомняме Ви, че предложението ви за участие в <%= @event.conference.title %> с <%= @event.class.model_name.human.mb_chars.downcase.to_s %> на тема „<%= @event.title %>“ беше одобрено. + +Моля, потвърдете участието си възможно най-скоро като кликнете на следния линк: +<% if @event.is_a? Lecture %> +<%= confirm_lecture_url(@event) %> +<% elsif @event.is_a? Workshop %> +<%= confirm_workshop_url(@event) %> +<% end %> + +Отговорете на този email, ако възникнат някакви въпроси. + +Първоначален вариант на програмата можете да видите тук: +http://wwwt.openfest.org/bg/programa/ + +Поздрави, +Екипът на <%= @event.conference.title %> diff --git a/app/views/event_mailer/acceptance_second_notification.en.text.erb b/app/views/event_mailer/acceptance_second_notification.en.text.erb new file mode 100644 index 0000000..68228e0 --- /dev/null +++ b/app/views/event_mailer/acceptance_second_notification.en.text.erb @@ -0,0 +1,18 @@ +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