Sha256: 5a6db46ca287ab68ed115ecd142b5cbdf68c8f56c73ba93f6367ec1566cdaff3

Contents?: true

Size: 771 Bytes

Versions: 537

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

537 entries across 537 versions & 1 rubygems

Version Path
playbook_ui-14.10.0.pre.rc.23 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.10.0.pre.rc.22 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.10.0.pre.rc.21 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.alpha.play1703errorstatealignment5060 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.10.0.pre.rc.20 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.10.0.pre.rc.19 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.10.0.pre.rc.18 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.alpha.PLAY1660reactdropzone5020 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.10.0.pre.rc.17 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.10.0.pre.rc.16 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.alpha.play17004992 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.alpha.play1703errorstatealignment4991 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.10.0.pre.rc.15 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.alpha.PLAY16264952 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.alpha.PLAY1731inputmasking4927 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.alpha.play1742globalheightfixes4926 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.alpha.play1742globalheightfixes4925 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.10.0.pre.rc.14 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.10.0.pre.rc.13 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.alpha.PBNTR746datepickerdefaultbug4903 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb