Sha256: e3cfb49945667efb36f6f4df44717a90c37548d3326ffa8c9b1200511600798b
Contents?: true
Size: 890 Bytes
Versions: 6
Compression:
Stored size: 890 Bytes
Contents
.row.corporation .col-lg-1 =image_tag ('customer_vault/icons/group-48.png') =link_to 'Details', [customer_vault, c] , :class=>"btn btn-success btn-xs" .col-lg-11 .row.top-buffer .col-lg-12 id='name' span.bold.name #{c.name} - if defined? link = render partial: 'customer_vault/links/title', locals: {link: link, person: person} .row .col-lg-4 id='email' - if c.email? span class= 'bold text-muted' Email: span class = 'text-muted bold' #{c.email} - else span class = 'bold invisible' CACHEE .col-lg-4 id='phone' - if c.phone? span class= 'bold text-muted' Phone: span #{c.phone} - else span class= 'bold invisible' CACHEE .col-lg-4 id='fax' - if c.fax? span class= 'bold text-muted' Fax: span #{c.fax} - else span class= 'bold invisible' CACHEE
Version data entries
6 entries across 6 versions & 1 rubygems