Sha256: 809c01c9666048520440d75c9c81cd7d2b31a0c519155026e8ef6a5353efcaa5

Contents?: true

Size: 424 Bytes

Versions: 40

Compression:

Stored size: 424 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

40 entries across 40 versions & 1 rubygems

Version Path
effective_orders-5.1.7 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.1.6 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.1.5 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.1.4 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.1.3 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.1.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.1.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.1.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.0.5 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.0.4 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.0.3 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.0.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.0.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.6.3 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.6.2 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.6.1 app/views/effective/orders/_order_notes.html.haml
effective_orders-5.0.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.6.0 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.5.12 app/views/effective/orders/_order_notes.html.haml
effective_orders-4.5.11 app/views/effective/orders/_order_notes.html.haml