Sha256: 840a7dbda60dff50017c09b91ef79bfb99a1602b22401018e973215ec46545b9

Contents?: true

Size: 543 Bytes

Versions: 1

Compression:

Stored size: 543 Bytes

Contents

= card('Ring') do
  - ring = ring_payment.ring

  %table.table.table-sm
    %tbody
      %tr
        %th Contact Info
        %td
          #{ring.first_name} #{ring.last_name}
          %br
          = mail_to(ring.email)
          %br
          = ring.phone

      %tr
        %th Address
        %td= ring.shipping_address.to_html

      %tr
        %th Member Number
        %td= ring_payment.owner.membership&.number || 'None'

      %tr
        %th Metal
        %td= ring.metal

      %tr
        %th Size
        %td Size #{ring.size}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
effective_products-0.0.2 app/views/effective/ring_payments/_ring.html.haml