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