Sha256: ae5d0478064e4ec92a07cac81b4573890c45517f899526dd5da262ff901e34d2

Contents?: true

Size: 935 Bytes

Versions: 16

Compression:

Stored size: 935 Bytes

Contents

<div class="ticket">
  <table>
    <tr><td><strong><%= I18n.t('ems.ticket_receipt_event') %>:</strong></td><td><%=h @registration.workshop.title %></td></tr>
    <tr><td><strong><%= I18n.t('ems.ticket_receipt_attendee') %>:</strong></td><td><%=h @registration.full_name %></td></tr>
    <tr><td><strong><%= I18n.t('ems.ticket_receipt_ticket_number') %>:</strong></td><td><%=h @registration.receipt_code %></td></tr>
  </table>
</div>

<p><%= I18n.t('email.salutation', :value => h(@registration.full_name)) %></p>

<%= markdown(@content, :safe => false) %>

<% if @state != 'rejected' %>
  <p><%= 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', :value => h(@registration.workshop.contact_phone)) %>
  <% end -%>
  .</p>

  <p><%= I18n.t('email.thank_you') %></p>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_event-4.2.3.10 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.3.9 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.3.8 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.3.7 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.3.6 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.3.5 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.3.4 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.3.3 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.3.2 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.3.1 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.3 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.2.3 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.2.2 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.2.1 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.2 app/views/layouts/email_templates/dm_event_registration_notify.html.erb
dm_event-4.2.1.5 app/views/layouts/email_templates/dm_event_registration_notify.html.erb