Sha256: 48ce39688a00c2578d320419f72aef3c588aea6fb5e3cb7a045c776929619024
Contents?: true
Size: 728 Bytes
Versions: 5
Compression:
Stored size: 728 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)
Version data entries
5 entries across 5 versions & 1 rubygems