Sha256: 84357d56584b660d3cbb690ca8b1257af8bf3b9f2e2dc5f1d049c4d09b5a16dd
Contents?: true
Size: 700 Bytes
Versions: 3
Compression:
Stored size: 700 Bytes
Contents
.person.individual: .panel.panel-default .panel-heading h3.panel-title = icon :user span.name = link_to i.name, i - if defined?(link) = render partial: "customer_vault/links/title", locals: {link: link, person: person} .panel-body .row .col-md-6 = context_info i.class.human_attribute_name(:phone), tel_link(i.phone) = context_info i.class.human_attribute_name(:mobile), tel_link(i.mobile) .col-md-6 = context_info i.class.human_attribute_name(:email), email_link(i.email) = context_info i.class.human_attribute_name(:www), web_link(i.www) = context_info i.class.human_attribute_name(:tags), person_tags(i)
Version data entries
3 entries across 3 versions & 1 rubygems