ecole_eft_app/app/views/public/testimonies/_testimony.html.haml
2017-03-25 13:22:54 +01:00

8 lines
311 B
Plaintext

.testimony
=link_to image_tag(testimony.image_file.file.square.url()), testimony_path(testimony) if testimony.image_file
%blockquote
=link_to testimony.quote, testimony_path(testimony)
.author=link_to testimony.author+" - lire la suite >", testimony_path(testimony)
.clear{:style => "clear:both;"}