Sha256: 5a6db46ca287ab68ed115ecd142b5cbdf68c8f56c73ba93f6367ec1566cdaff3

Contents?: true

Size: 771 Bytes

Versions: 567

Compression:

Stored size: 771 Bytes

Contents

<%= pb_content_tag do %>
  <%= pb_rails("person", props: {
      first_name: object.first_name,
      last_name: object.last_name,
  }) %>
  <% object.valid_contacts.each do |contact| %>
    <%= pb_rails("contact", props: {
        contact_type: contact[:contact_type],
        contact_value: contact[:contact_value],
        contact_detail: contact[:contact_detail],
    }) %>
  <% end %>
  <% if object.wrong_contacts.present? %>
    <%= pb_rails("caption", props: { classname: "wrong_numbers", text: "wrong number" }) %>

    <% object.wrong_contacts.each do |wrong_number| %>
      <%= pb_rails("contact", props: {
        contact_type: wrong_number[:contact_type],
        contact_value: wrong_number[:contact_value],
      }) %>
    <% end %>
  <% end %>
<% end %>

Version data entries

567 entries across 567 versions & 1 rubygems

Version Path
playbook_ui-14.12.0.pre.alpha.play1790darkaudittable5802 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.12.0.pre.alpha.play1752updatecontenttag5801 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.13.0.pre.rc.6 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5738 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.13.0.pre.rc.3 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.12.0.pre.alpha.PLAY1865reactdatepickerreinitializingbug5732 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5728 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.12.0.pre.alpha.play1862buttondisabledlinkbug5716 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.12.0.pre.alpha.play1862buttondisabledlinkbug5714 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.13.0.pre.rc.2 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.13.0.pre.rc.1 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.13.0.pre.rc.0 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.12.0.pre.alpha.advancedtablealignmentfixes5693 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb