shipped.html.erb 217 B

123456789
  1. <h3>Pragmatic Order Shipped</h3>
  2. <p>
  3. This is just to let you know that we've shipped your recent order:
  4. </p>
  5. <table>
  6. <tr><th colspan="2">Qty</th><th>Description</th></tr>
  7. <%= render @order.line_items %>
  8. </table>