.modal-close
= link_to '', '#', class: 'close-dialog', data: {dismiss: :modal}
.modbox
#add_testimonial
table
thead
tr
th Image
td= image_tag resource.image.image.url(:big), alt: resource.name
tr
th Name
td = resource.name
tr
th Heading
td = resource.heading
tr
th Company Name
td = resource.company_name
tr
th Position
td = resource.position
tr
th Description
td = resource.description