Sha256: 9efd20f5c7695ffdf167a7dcc833a0343e55d068aa681aeb42def3a73b7755bd

Contents?: true

Size: 959 Bytes

Versions: 11

Compression:

Stored size: 959 Bytes

Contents

%p="Hello #{@person}!"

%p
  To use your pass, go to our storefront here #{link_to store_organization_events_url(@pass_summary.organization.cached_slug), store_organization_events_url(@pass_summary.organization.cached_slug)}. Add some tickets to your cart, then enter your pass code.

- @pass_summary.rows.each do |pass_type, passes|
  %p
    =pass_type.email_copy
  .passes-container{:style => "text-align: -webkit-center;"}
    .passes-display{:style => "width: 400px;font-weight: bold;padding: 20px;color: #185969"}
      .pass=pass_type.name
      - passes.each do |pass|
        .pass-container{:style => 'margin-bottom:20px'}
          .pass=pass.pass_code
          .details{:style => "font-weight: normal; font-size: 12pt;"}
            %em="#{pluralize(pass.tickets_allowed,"ticket credit")}, #{pass.tickets_allowed - pass.tickets_purchased} remaining"

%p
  If you have questions, please contact us at #{@pass_summary.organization.email}

%p Thanks!

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/pass_mailer/pass_info_for.html.haml
artfully_ose-1.3.0.pre3 app/views/pass_mailer/pass_info_for.html.haml
artfully_ose-1.3.0.pre2 app/views/pass_mailer/pass_info_for.html.haml
artfully_ose-1.3.0.pre1 app/views/pass_mailer/pass_info_for.html.haml
artfully_ose-1.2.0 app/views/pass_mailer/pass_info_for.html.haml
artfully_ose-1.2.0.beta.1 app/views/pass_mailer/pass_info_for.html.haml
artfully_ose-1.2.0.alpha.2 app/views/pass_mailer/pass_info_for.html.haml
artfully_ose-1.2.0.alpha.1 app/views/pass_mailer/pass_info_for.html.haml
artfully_ose-1.2.0.pre.27 app/views/pass_mailer/pass_info_for.html.haml
artfully_ose-1.2.0.pre.26 app/views/pass_mailer/pass_info_for.html.haml
artfully_ose-1.2.0.pre.24 app/views/pass_mailer/pass_info_for.html.haml