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

Version Path
effective_orders-4.4.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.4.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.3.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.3.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.3.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.2.7 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.2.6 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.2.5 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.2.4 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.2.3 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.2.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.2.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.2.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.1.5 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.1.4 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.1.3 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.1.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.1.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.1.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.0.6 app/views/effective/orders/_order_notes.html.haml