Sha256: 9d246358d15b16b28c59f0fe359200e24c352bfd2caa721efae09f1aa29f599b
Contents?: true
Size: 454 Bytes
Versions: 129
Compression:
Stored size: 454 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= simple_format(order.note) - if order.note_to_buyer.present? %td= simple_format(order.note_to_buyer)
Version data entries
129 entries across 129 versions & 1 rubygems