Sha256: 7437312cc50f5dc5cb864f24d5d524db73e0f53ab91a4fa2597a6e6be511e344
Contents?: true
Size: 673 Bytes
Versions: 16
Compression:
Stored size: 673 Bytes
Contents
<%= I18n.t('ems.ticket_receipt_event') %>: <%=h @registration.workshop.title %> <%= I18n.t('ems.ticket_receipt_attendee') %>: <%=h @registration.full_name %> <%= I18n.t('ems.ticket_receipt_ticket_number') %>: <%=h @registration.receipt_code %> <%= I18n.t('email.salutation', :value => h(@registration.full_name)) %> <%= @content %> <% if @state != 'rejected' -%> <%= I18n.t('ems.ticket_receipt_questions', :value => h(@registration.workshop.contact_email)) %><% unless @registration.workshop.contact_phone.blank? -%> <%= I18n.t('ems.ticket_receipt_questions_telephone', h(@registration.workshop.contact_phone)) %><% end -%>. <%= I18n.t('email.thank_you') %> <% end -%>
Version data entries
16 entries across 16 versions & 1 rubygems