Sha256: acd494f8533df85b2b52f6999ddc17b9ae23ca67c7ca238f5bc38e3f807112e3
Contents?: true
Size: 601 Bytes
Versions: 32
Compression:
Stored size: 601 Bytes
Contents
Your Daily Order Report for <%= @tix.organization.name.html_safe %>. <%= l @tix.start_date, :format => :date %> <% if ! @tix.rows.empty? %> <%= raw @tix.to_table.to_table(first_row_is_head: true, last_row_is_foot: true) %> <% else %> There were no ticket orders placed. <% end %> <% if ! @donations.rows.empty? %> <%= raw @donations.to_table.to_table(first_row_is_head: true, last_row_is_foot: true) %> <% elsif @donations.organization.has_kit?("RegularDonationKit") %> There were no donations made. <% end %> View this email in an HTML-capable email reader for links to the aforementioned orders.
Version data entries
32 entries across 32 versions & 1 rubygems