Sha256: 6d67347775af0ef23b9bf38e2db4aff5bfd706e4c598690f6486980e47aa97b1
Contents?: true
Size: 235 Bytes
Versions: 1
Compression:
Stored size: 235 Bytes
Contents
<h1>Thanks for your inquiry, <%= @inquiry.name %>.</h1> <p> The following products are submitted with your inquiry: <ul> <% @inquiry.products.each do |product| %> <li><%= product.name %></li> <% end %> </ul> </p>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
daimon-exhibition-0.1.0 | spec/dummy/app/views/inquiry_mailer/thanks_for_your_inquiry.html.erb |