Sha256: bf2ab38dba20c0debdffde024f4fe01dda04a648d1a04388fff4227862642b01
Contents?: true
Size: 641 Bytes
Versions: 16
Compression:
Stored size: 641 Bytes
Contents
<%= markdown do %> <%= I18n.t('email.salutation', :value => h(@registration.full_name)) %> <%= I18n.t('ems.ticket_registered_following_event') %>: **<%=h @registration.workshop.title %>** <%= I18n.t('ems.ticket_outstanding_balance') %>: **<%= @payment_owed %>** <%= I18n.t('ems.ticket_payment_link_leadin' )%>: [<%= I18n.t('ems.ticket_payment_link_text') %>](<%= @payment_link %>) <%= I18n.t('ems.ticket_receipt_questions', :value => h(@registration.workshop.contact_email)) %> <%= I18n.t('email.thank_you') %> <small>_<%= I18n.t('ems.ticket_if_already_paid', :value => h(@registration.workshop.contact_email))%>_</small> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems