Sha256: 876307e89d0d00c4a4c0002fea427862e1bc9f045aea3b5ffb6344f55528c4b9
Contents?: true
Size: 759 Bytes
Versions: 1
Compression:
Stored size: 759 Bytes
Contents
.row.individual .col-md-1.col-xs-2.center .individual-icon = icon :user = link_to 'Details', [customer_vault, i], class: "btn btn-success btn-xs" .col-md-11.col-xs-10 h3.name = i.name - if defined?(link) = render partial: 'customer_vault/links/title', locals: {link: link, person: person} .row .col-md-6 = context_info "Phone", i.phone = context_info "Mobile", i.mobile .col-md-6 = context_info "E-mail", i.email - if i.www.present? - if i.www.to_s.include?("://") = context_info "Website", link_to(i.www, i.www) - else = context_info "Website", link_to("http://#{i.www}", i.www) = context_info "Tags", person_tags(i)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
customer_vault-1.2.8 | app/views/customer_vault/individuals/_list_details.html.slim |