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.17.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.17.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.17.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.16.4 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.16.3 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.16.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.16.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.16.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.15.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.14.6 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.14.5 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.14.4 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.14.3 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.14.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.14.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.14.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.13.3 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.13.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.13.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-6.13.0 app/views/effective/orders/_order_notes.html.haml