Sha256: b654aab614c4e38030fd1040ad7629637fbcd82a30163e48a08654ae0f5f8c9f
Contents?: true
Size: 908 Bytes
Versions: 21
Compression:
Stored size: 908 Bytes
Contents
.card .card-body .row .col-sm %h5.card-title= ring_wizard.wizard_step_title(:ring) .col-sm-auto.text-right = link_to('Edit', wizard_path(:ring)) if edit_effective_wizard? - ring = ring_wizard.ring - owner = ring_wizard.owner %table.table.table-sm %tbody %tr %th Owner %td = owner.to_s - if owner.try(:email).present? %br = mail_to(owner.email) - if owner.try(:phone).present? %br = owner.phone - if owner.try(:membership).try(:number).present? %br Member Number #{owner.membership.number} %tr %th Address %td= ring.shipping_address.to_html %tr %th Metal %td= ring.metal %tr %th Size %td Size #{ring.size}
Version data entries
21 entries across 21 versions & 1 rubygems