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

Version Path
effective_orders-6.12.4 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.12.3 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.12.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.12.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.12.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.9.10 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.9.9 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.9.8 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.9.7 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.9.6 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.9.5 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.9.4 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.9.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.9.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.9.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.8.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.8.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.8.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.7.3 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.7.2 app/views/effective/orders/_order_notes.html.haml