ual_app/app/views/public/testimonies/_testimony.html.haml
2014-08-24 00:18:02 +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)