clarion/app/views/event_mailer/acceptance_notification.bg....

17 lines
794 B
Plaintext
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.

Здравейте,
Радваме се да Ви съобщим, че предложението ви за участие в <%= @event.conference.title %> с <%= @event.class.model_name.human.mb_chars.downcase.to_s %> на тема „<%= @event.title %>“ беше одобрено.
Първоначален вариант на програмата можете да видите тук:
http://wwwt.openfest.org/bg/schedule-3/
Моля, потвърдете участието си възможно най-скоро като кликнете на следния линк:
<% if @event.is_a? Lecture %>
<%= confirm_lecture_url(@event) %>
<% elsif @event.is_a? Workshop %>
<%= confirm_workshop_url(@event) %>
<% end %>
Поздрави,
Екипът на <%= @event.conference.title %>