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.2 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.alpha.play1742globalheightfixes4766 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.10.0.pre.rc.1 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.alpha.PBNTR686advancedtablepaginationpoc4747 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.alpha.pbntr700newresettodefaultprop4736 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.10.0.pre.rc.0 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.rc.18 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.rc.17 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.rc.16 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.rc.15 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.rc.14 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.rc.13 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.rc.12 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.rc.11 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.rc.10 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.alpha.PBNTR713dropdowncustomtriggerbug4696 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.rc.9 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1680newwidthprop4661 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1658tanstackbump4657 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb