Sha256: 724f0db5d84136d6c9534704e7ade22a18104d6569a6c03f1da7e3c3e42a5eb0
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
p#notice = notice p strong First name: = @person.first_name p strong Last name: = @person.last_name p strong Email: = @person.email p strong Title: = @person.title p strong Twitter: = @person.twitter p strong Www: = @person.www p strong Context: = @person.context p strong Phone: = @person.phone p strong Fax: = @person.fax p strong Mobile: = @person.mobile = link_to 'Edit', customer_vault.edit_person_path(@person) '| = link_to 'Back', customer_vault.people_path
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
customer_vault-0.0.1 | app/views/customer_vault/people/show.html.slim |