Sha256: 62cfd60c934dbba5eebc507d3b21eec06a5dd62c99c25758d5b59d8413adefc3

Contents?: true

Size: 697 Bytes

Versions: 3

Compression:

Stored size: 697 Bytes

Contents

.person.corporation: .panel.panel-default
  .panel-heading
    h3.panel-title
      = icon :users
      span.name = link_to c.name, c

      - if defined?(link)
        = render partial: "customer_vault/links/title", locals: {link: link, person: person}

  .panel-body
    .row
      .col-md-6
        = context_info c.class.human_attribute_name(:phone), tel_link(c.phone)
        = context_info c.class.human_attribute_name(:fax),   tel_link(c.fax)

      .col-md-6
        = context_info c.class.human_attribute_name(:email), email_link(c.email)
        = context_info c.class.human_attribute_name(:www),   web_link(c.www)

    = context_info c.class.human_attribute_name(:tags), person_tags(c)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
customer_vault-1.3.2 app/views/customer_vault/corporations/_list_details.html.slim
customer_vault-1.3.1 app/views/customer_vault/corporations/_list_details.html.slim
customer_vault-1.3.0 app/views/customer_vault/corporations/_list_details.html.slim