Sha256: 90c555e832d75f8f4a4e14b97ad4fc17fc96695fa688bcf0889f284d011f1ace

Contents?: true

Size: 389 Bytes

Versions: 27

Compression:

Stored size: 389 Bytes

Contents

%h2 The ticket reseller #{@reseller.name} has rejected the following offer.

%ul
  %li Event:   #{@event.name}
  %li Show:    #{@show.show_time}
  %li Ticket Type: #{@ticket_type.name}
  %li Tickets: #{pluralize @ticket_offer.count, "ticket"}

- if @ticket_offer.rejection_reason.present?
  %h2 The reseller included the following comment:
  = simple_format @ticket_offer.rejection_reason

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 app/views/producer_mailer/ticket_offer_rejected.html.haml
artfully_ose-1.2.0.pre.10 app/views/producer_mailer/ticket_offer_rejected.html.haml
artfully_ose-1.2.0.pre.9 app/views/producer_mailer/ticket_offer_rejected.html.haml
artfully_ose-1.2.0.pre.8 app/views/producer_mailer/ticket_offer_rejected.html.haml
artfully_ose-1.2.0.pre.7 app/views/producer_mailer/ticket_offer_rejected.html.haml
artfully_ose-1.2.0.pre.6 app/views/producer_mailer/ticket_offer_rejected.html.haml
artfully_ose-1.2.0.pre.5 app/views/producer_mailer/ticket_offer_rejected.html.haml