Sha256: 65f6f6b64e0c6b311ee7c11b350ffdfb018d5e4cc1f6025d386b66c84d377db9
Contents?: true
Size: 422 Bytes
Versions: 45
Compression:
Stored size: 422 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
45 entries across 45 versions & 1 rubygems