blog_eft_app/app/views/public/testimonies/_testimony.html.haml
2013-09-09 16:15:13 +02:00

7 lines
254 B
Plaintext

#testimony_header
=link_to image_tag(testimony.image_file.image.url(:square)), testimony_link(testimony) if testimony.image_file
.quote
=link_to testimony.quote, testimony_link(testimony)
.author=link_to testimony.author, testimony_link(testimony)