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