Sha256: 809c01c9666048520440d75c9c81cd7d2b31a0c519155026e8ef6a5353efcaa5
Contents?: true
Size: 424 Bytes
Versions: 40
Compression:
Stored size: 424 Bytes
Contents
- if order.note.present? || order.note_to_buyer.present? .effective-order-notes %table.table %thead %tr - if order.note.present? %th Note - if order.note_to_buyer.present? %th Receipt note %tbody %tr - if order.note.present? %td= order.note - if order.note_to_buyer.present? %td= order.note_to_buyer
Version data entries
40 entries across 40 versions & 1 rubygems