Sha256: 5a6db46ca287ab68ed115ecd142b5cbdf68c8f56c73ba93f6367ec1566cdaff3

Contents?: true

Size: 771 Bytes

Versions: 540

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

540 entries across 540 versions & 1 rubygems

Version Path
playbook_ui-14.8.0.pre.alpha.PLAY1615movenegativetoleftofcurrencysign4543 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1615movenegativetoleftofcurrencysign4539 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.9.0.pre.rc.0 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.7.0.pre.alpha.dependabotnpmandyarnfloatinguireact026284532 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.7.0.pre.alpha.revert3916revert3893PBNTR667railstypeaheadformintegration4523 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.rc.8 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.rc.7 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.rc.6 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.rc.5 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.rc.4 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.rc.3 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.7.0.pre.alpha.PBNTR637quickpickdefaultdate4492 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.rc.2 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.7.0.pre.alpha.spacingquickchange4482 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.7.0.pre.alpha.PBNTR637quickpickdefaultdate4478 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.7.0.pre.alpha.PBNTR667railstypeaheadformintegration4454 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.rc.1 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.7.0.pre.alpha.dependabotnpmandyarnintltelinput24704448 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb
playbook_ui-14.8.0.pre.rc.0 app/pb_kits/playbook/pb_person_contact/person_contact.html.erb